generated from shkeating/html-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 981 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>United Kingdom Traveling Guide</title>
<meta name="Learn more about the United Kingdom to see what they have available when traveling" content="Learn more about the United Kingdom to see what they have available when traveling">
<meta name="author" content="Daniella Rivera">
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body class="home">
<header>
<a id="logo" href="index.html"><img src="ukflag.png" alt="uk"</a>
<nav>
<a href="populardestinations.html">Popular Destinations</a>
<a href="experiences.html">Experiences</a>
<a href="food.html"></a>
</nav>
</header>
<main>
<h1>Travel Guide: United Kingdom Edition</h1>
<img alt="photo of united kingdom" src="UKPhoto.jpeg"
</main>
<footer>
</footer>
</body>
</html>