forked from hngi/TEAM-FALCON-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 953 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="HTML, CSS, meta tag examples">
<meta name="author" content="Samuel Onyijne">
<meta name="description" content="The landing page for team falcon Frontend's task for HNGi7">
<meta http-equiv="refresh" content="1800">
<title>HTML5 Landing Page</title>
</head>
<body>
<div class="landing-wrap">
<header data-header>
</header>
<main>
</main>
<footer class="landing-footer">
<h3>Your hotel deserves a stunning website</h3>
<button class="landing-download-button">Download for free</button>
<p>Designed with <i class="fa fa-heart"></i></p>
</footer>
</div>
<script src="./src/index.js"></script>
</body>
</html>