generated from koldovsky/html-template-autocheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (50 loc) · 1.28 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yosemite vacation</title>
<link rel="shortcut icon" href="https://placekitten.com/96/139" type="image/x-icon">
</head>
<body>
<!--page header -->
<header>
<div>
<p> Adres Yosemite Mariposa County, Ca, USA</p>
<a href="index.html"> <img src="img/logo.png" alt="Yosemite vacation"> </a>
<p>phone +38 067 1234567</p>
</header>
<div>
</div>
<!--nav bar -->
<div>
<ul>
<li >
<a href="about.html">About</a>
</li>
<li >
<a href="gallery.html">Gallery</a>
</li>
<li >
<a href="accommodation.html">Accommodation</a>
</li>
<li >
<a href="map.html">How to get there</a>
</li>
</ul>
</div>
<!--baner -->
<div></div>
<!--features -->
<div></div>
<!--activites -->
<div></div>
<!--contacts -->
<div></div>
<!--reserved-->
<div>
<a href="policies.html">policies</a>
</div>
</body>
</html>