-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (26 loc) · 1.05 KB
/
index.html
File metadata and controls
37 lines (26 loc) · 1.05 KB
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
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>Smith/Darwin Fire Resource</title>
<meta name='description' content='AQI'>
<meta name='author' content='Ryan'>
<meta http-equiv='cache-control' content='max-age=0' />
<meta http-equiv='cache-control' content='no-cache' />
<meta http-equiv='expires' content='0' />
<meta property='og:title' content='AQI' />
<meta property='og:image' content='images/apple-touch-icon.png' />
<link rel='stylesheet' href='styles/style.css'>
<link rel='apple-touch-icon' sizes='150x150' href='images/apple-touch-icon.png'>
<link rel='icon' sizes='192x192' href='images/andriod-touch-icon.png'>
</head>
<body id='body'>
<div id='aqi-widgets'></div>
<script src='vendor/icons.min.js'></script>
<script src='scripts/domUtility.js'></script>
<script src='scripts/sensors.js'></script>
<script src='scripts/aqiWidgets.js'></script>
<script src='scripts/atmospherics.js'></script>
<script src='scripts/buildPage.js'></script>
</body>
</html>