mirror of
https://github.com/jcreek/what-games-should-I-stream.git
synced 2026-07-13 19:03:45 +00:00
Basic html & js page that gets some data and then crashes due to lack of proper promise chaining.
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
<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 id="root"></div>
|
||||
<script src="scripts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user