-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 1.04 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title> World Famous Salmon Cookies </title>
</head>
<body>
<h1>
</h1>
<h2>
</h2>
<h3>
</h3>
<p>
<ul id="pike"></ul>
<li id= "li" class= "pikeList"></li>
<li>7am</li>
<li>8am</li>
<li>9am</li>
<li>11am</li>
<li>12pm</li>
<li>1pm</li>
<li>2pm</li>
<li>3pm</li>
<li>4pm</li>
<li>5pm</li>
<li>6pm</li>
<li>7pm</li>
<li>8pm</li>
</ul>
</p>
<script src="app.js" type="text/javascript">
var firstAndPike = document.getElementById('firstAndPike')
<ul id="firstAndPike">
<li>6am</li>
<li>7am</li>
<li>8am</li>
<li>9am</li>
<li>11am</li>
<li>12pm</li>
<li>1pm</li>
<li>2pm</li>
<li>3pm</li>
<li>4pm</li>
<li>5pm</li>
<li>6pm</li>
<li>7pm</li>
<li>8pm</li>
</ul>
<!--document.write(firstAndPike.averageCookiePerHour());-->
</script>
</body>
<footer>
</footer>
</html>