-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (28 loc) · 1.11 KB
/
index.html
File metadata and controls
37 lines (28 loc) · 1.11 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>
<head>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-webapp-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, user-scalable=no" >
<title>ZooAdvisor - Home</title>
<link rel="stylesheet" href="homePageStyle.css">
</head>
<body>
<!-- HTML5 article tag for content -->
<div id="content">
<header>
<img src="AnimalPictures/HomePage/Tiger.png" alt="Tiger" width="107px" border = "5">
<img src="AnimalPictures/HomePage/Bear.png" alt="Bear" width="107px" border = "5">
<img src="AnimalPictures/HomePage/Zebra.png" alt="Zebra" width="107px" border = "5">
</header>
<h4>WELCOME TO</h4>
<h1>ZOOADVISOR</h1>
<button class="button" onclick="document.location = 'createZoo.html';">CREATE MY ZOO</button>
<footer>
<img src="AnimalPictures/HomePage/Wolf.png" alt="Wolf" width="107px" border = "5">
<img src="AnimalPictures/HomePage/Lion.png" alt = "Lion" width="107px" border = "5">
<img src="AnimalPictures/HomePage/Rhino.png" alt = "Rhino" width="107px" border = "5">
</footer>
</div>
</body>
</html>