-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (37 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Excursion - Coming Soon</title>
<link rel="stylesheet" href="./resources/css/style.css">
</head>
<body>
<header>
<h1>Discover hidden places in the world around you</h1>
<a href="#">Download Excursion (Coming Soon!)</a>
<br>
<br>
<video src="./resources/images/excursion.mp4" autoplay>
Video not supported
</video>
</header>
<main>
<section>
<h2>Your personal travel guide</h2>
<h3>Excursion remembers places you like, and recommends new points of interest around you.</h3>
<img src="./resources/images/camp.jpg" alt="A tent in the wilderness">
<br>
<br>
</section>
<aside>
<img src="./resources/images/phone.png" alt="Phone icon">
<h2>Coming soon for iPhone and Android</h2>
<a href="#">Download Excursion (Coming Soon!)</a>
</aside>
</main>
<footer>
<h3>© Excursion</h3>
</footer>
</body>
</html>