-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgunner.html
More file actions
32 lines (31 loc) · 1.41 KB
/
Copy pathgunner.html
File metadata and controls
32 lines (31 loc) · 1.41 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
<doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Gunner</title>
<link rel="icon" href="images/icons/favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="scripts.js"></script>
</head>
<body>
<header id='header'></header>
<script type="text/javascript">
loadHeader();
getDate();
</script>
<h1>Meet Gunner</h1>
<h2>
<!-- Gunner is a Labradoodle mix from Waterloo, Ontario. He was born on Canada Day July 1, 2009. -->
This page is currently under construction. <br> In the meantime, here are some pictures of my dog Gunner.
</h2>
<img class='imagecontainer' src='images/Gunner/1Gunner_sweater.jpeg'/>
<img class='imagecontainer' src='images/Gunner/Gunner_fresh.jpg'/>
<img class='imagecontainer' src='images/Gunner/Gunner_leafs.jpg'/>
<img class='imagecontainer' src='images/Gunner/Gunner_sassy.jpg'/>
<img class='imagecontainer' src='images/Gunner/Gunner_sleep_ball.jpeg'/>
<img class='imagecontainer' src='images/Gunner/Gunner_sunglasses.jpeg'/>
<img class='imagecontainer' src='images/Gunner/Gunner_superman.jpg'/>
<footer id='footer'></footer>
</body>
</html>