Blame view
client/main.html
474 Bytes
f7c1860b5
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<head> <meta charset="utf-8"> <title>Application Name</title> <meta name="description" content="A description for the application."> <meta name="viewport" content="initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" /> <link rel="shortcut icon" type="image/png" href="favicon.png?v1" sizes="16x16 32x32 64x64"> <link rel="apple-touch-icon" sizes="120x120" href="apple-touch-icon-precomposed.png"> </head> <body> <div id="react-root"></div> </body> |