Set up basic display and styling with a spinner while loading data.

This commit is contained in:
Josh Creek
2019-09-19 21:41:59 +01:00
parent facd549597
commit c124771532
3 changed files with 114 additions and 36 deletions
+6
View File
@@ -10,6 +10,12 @@
</head>
<body>
<div class="spinner">
<p>Loading data from Twitch</p>
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
<div id="root"></div>
<script src="scripts.js"></script>
</body>