-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage4-contacts.html
More file actions
32 lines (32 loc) · 978 Bytes
/
page4-contacts.html
File metadata and controls
32 lines (32 loc) · 978 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebSite</title>
<link rel="stylesheet" href="./assets/css/buttons.css">
<link rel="stylesheet" href="./assets/css/page4.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./assets/images/Icon2.ico" type="image/x-icon">
</head>
<body>
<header>
<div class="background">
<div class="links">
<div class="container">
<a href="page4.html">TravelSite</a>
<a href="page4-home.html">| Home |</a>
<a href="page4-tours.html">Tours |</a>
<a href="#contacts" class="active">Contacts |</a>
<a href="page4-about.html">About</a>
</div>
</div>
<div class="container">
<h1>Contacts</h1>
<p class="p1">
</p>
</div>
</div>
</header>
</body>
</html>