Files
what-games-should-I-stream/index.html
T

22 lines
600 B
HTML

<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>What games should I stream?</title>
<link href="https://fonts.googleapis.com/css?family=Dosis:400,700" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</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>
</html>