-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (26 loc) · 1.04 KB
/
index.html
File metadata and controls
32 lines (26 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="css/icon-font.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<title>Natours | Exciting tours for adventurous people</title>
</head>
<body>
<header class="header">
<div class="header__logo-box">
<img src="images/logo-white.png " alt="logo" class="header__logo">
</div>
<div class="header__section">
<h1 class="header__primary">
<span class="header__primary__main">OutDoors</span>
<span class="header__primary__sub">is where life happens</span>
</h1>
<a href="#" class="header__button btn__white header__button__animated">Discover our tours</a>
</div>
</header>
</body>
</html>