-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrestaurants.html
More file actions
54 lines (43 loc) · 1.46 KB
/
Copy pathrestaurants.html
File metadata and controls
54 lines (43 loc) · 1.46 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
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
</style>
</head>
<body>
<!--div container with the top bar-->
<a href="index.html">
<div class="topnav">
<!-- adds logo to the bar (download the logo from the drive to your computer and add it in to the same folder as this code)-->
<img src ="logo.png" <a href ="#default" class ="logo"> </a>
<a class="active" href="#home"></a>
</a>
</div>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Restaurants</title>
<link href="restaurantsstyle.css" rel="stylesheet" type="text/css" />
<style>
table, th, td {
border: 2px solid white;
}
</style>
</head>
<body>
<div class = "header">
<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d26304.77589246577!2d-86.58387793880209!3d34.93002677043237!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1shazel%20green%2C%20alabama%20restaurants!5e1!3m2!1sen!2sus!4v1591560397167!5m2!1sen!2sus" width="1480" height="400" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<div class = "homehead">
<img src = "homehead.png" class = "head">
</div>
<div class = "welcome">
<img src = "reshead.png" class = "welcomesign">
</div>
<div class ="res1">
<img src = "restaurant.png" class = "rest1">
</div>
<script src="script.js">
</script>
</body>
</html>