-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.03 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
<!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>Excursion</title>
<link rel="stylesheet" href="resources/css/style.css">
</head>
<body>
<h1 class="header--main">Discover hiden places in the world around you</h1>
<p><a class="link--cta" href="#">Download Excursion (Coming Soon!)</a></p>
<video autoplay loop><source src="resources/videos/excursion.qt" type="video/mp4"></video>
<h1 class="header--other">Your personal travel guide</h1>
<p>Excursion remember places you like, and recommends new places of interest around you.</p>
<img src="resources/images/camp.jpg">
<br><br>
<img src="resources/images/phone.png">
<h1 class="header--other">Coming soon for iPhone and Android</h1>
<p><a class="link--cta" href="#">Download Excursion (Coming Soon)</a></p>
<p class="footer">© Excursion</a></p>
</body>
</html>