Basic html & js page that gets some data and then crashes due to lack of proper promise chaining.

This commit is contained in:
Josh Creek
2019-09-17 22:27:33 +01:00
parent 85ff9e6d33
commit 092ac9c244
4 changed files with 167 additions and 0 deletions
+16
View File
@@ -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>