mirror of
https://github.com/jcreek/what-games-should-I-stream.git
synced 2026-07-13 19:03:45 +00:00
Set up basic display and styling with a spinner while loading data.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user