1
0
Fork 0
chronos/app/index.html

15 lines
486 B
HTML

<head>
<meta charset="UTF-8" />
<title>Chronos</title>
<meta name="viewport" content="width=device-width" />
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet" />
<style>*, *:before, *:after { box-sizing: border-box; } html, body { margin: 0; padding: 0; }</style>
</head>
<body>
<div id="root">
</div>
<script src="/bundle.js" async></script>
</body>