1
0
Fork 0
chronos/app/index.html

15 lines
486 B
HTML
Raw Normal View History

2017-03-02 09:55:04 +08:00
<head>
2017-03-30 20:55:54 +08:00
<meta charset="UTF-8" />
2017-03-02 09:55:04 +08:00
<title>Chronos</title>
2017-04-12 00:14:51 +08:00
<meta name="viewport" content="width=device-width" />
2017-03-30 20:55:54 +08:00
<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>
2017-03-02 09:55:04 +08:00
</head>
<body>
<div id="root">
</div>
2017-03-30 20:55:54 +08:00
<script src="/bundle.js" async></script>
2017-03-02 09:55:04 +08:00
</body>