-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (21 loc) · 824 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="myDiv">
<p>Names: Holden Salomon, Nishant Datla</p>
<p>Code: -k97834abzg- Spongebobby</p>
</div>
<img class=hydrant src="images/firehydrant_explode.gif" alt="firehydrant">
<img class=guy_up src="images/guy_going_up.gif" alt="guy">
<img class=pig src="images/pig.jpg" alt="pig">
<img class=evergreen src="images/evergreen.gif" alt="evergreen">
<img class=helicopter_red src="images/helicopter_red.gif" alt="helicopter_red">
<img class=rat src="images/rat.png" alt="rat">
<img class=yellow_car src="images/yellow_car.png" alt="yellow_car">
<img class=helicopter_static src="images/helicopter_static.png" alt="helicopter_static">
<img class=sad_cloud src="images/sad_cloud.gif" alt="sad_cloud">
</body>
</html>