improve loading experience

This commit is contained in:
Nate Goldman
2016-03-07 12:42:39 -08:00
parent 0d18641bcb
commit 5f0c8e86ad
3 changed files with 41 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
<link rel="stylesheet" href="index.css" charset="utf-8">
</head>
<body>
<script src='index.js'></script>
<div class="loading"><i class="icon">sync</i></div>
<script async src="index.js"></script>
</body>
</html>