-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 748 Bytes
/
index.html
File metadata and controls
26 lines (22 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PROJECT</title>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<div id="app-container">
<h1>Reading API Docs</h1>
<main>
</main>
</div>
<script src="./js/superagent.min.js"></script>
<script src="./js/setup/_project-setup.js"></script>
<script> window.request = superagent </script>
<script src="./js/api-01-iceland.js"></script>
<script src="./js/api-02-nhtsa.js"></script>
<script src="./js/api-03-google-sunrise-darksky.js"></script>
<script src="./js/api-04-tv-maze.js"></script>
</body>
</html>