-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (27 loc) · 923 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
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">
<title>Excursion</title>
</head>
<body>
<div class="heading">
<h1>Discover hidden places in the world around you</h1>
</div>
<p><a href="#index">Download Excursion (Coming soon!)</a></p>
<video class="center_item" src="./resources/videos/excursion.mp4" autoplay loop>
</video>
<div class="personal_guide_heading">
<h1>Your personal travel guide</h1>
</div>
<h2>Excursion remembers places you like, and recommends new points of interest around you.</h2>
<image class="center_item" src="./resources/images/camp.jpg">
<br />
<image class="center_item" src="./resources/images/phone.png">
<h2>Coming soon for iPhone and Android</h2>
<br />
<br />
<p><a href="#index">Download Excursion (Coming soon!)</a></p>
<h3>© Excursion</h3>
</body>
</html>