forked from IT-varsity-Materials/AppAcademyWeek3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwildthingscoffeshop.html
More file actions
45 lines (35 loc) · 1.14 KB
/
wildthingscoffeshop.html
File metadata and controls
45 lines (35 loc) · 1.14 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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<title>wildthingscoffeshop</title>
</head>
<body>
<div id="header">
<img src="images/logo.png" />
</div>
<div id="tabs-top">
<a href="animals.html">ANIMALS</a>
<a href="map.html">MAP</a>
<a href="places.html">PLACES</a>
</div>
<div id="main">
<div id="content">
<div id="info-box-full">
<img src="images/coffee-shop.jpg" />
<h3>Wild Things Coffee Shop</h3>
<p>Come and relax with a fragrant, freshly-brewed cuppa at Wild Things They also serve a variety of sandwiches, confectionery and desserts, in case you're peckish!</p>
<h3>WHERE WILL YOU FIND IT?</h3>
<p>Wild Things is at the main Food Court</p>
</div>
</div>
</div>
<div id="tabs-top">
<a href="animals.html">ANIMALS</a>
<a href="map.html">MAP</a>
<a href="places.html">PLACES</a>
</div>
</body>
</html>