1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <meta name="description" content="Codenames, in the browser." />
7
8 <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicon/apple-touch-icon.png" />
9 <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon/favicon-32x32.png" />
10 <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon/favicon-16x16.png" />
11 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
12 <link rel="mask-icon" href="%PUBLIC_URL%/favicon/safari-pinned-tab.svg" color="#5bbad5" />
13 <link rel="shortcut icon" href="%PUBLIC_URL%/favicon/favicon.ico" />
14 <meta name="msapplication-TileColor" content="#00aba9" />
15 <meta name="msapplication-config" content="%PUBLIC_URL%/favicon/browserconfig.xml" />
16 <meta name="theme-color" content="#ffffff" />
17
18 <title>Codies</title>
19 </head>
20 <body>
21 <noscript>You need to enable JavaScript to run this app.</noscript>
22 <div id="root"></div>
23 </body>
24</html>