-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 981 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Excursion | App</title>
<link rel="stylesheet" href="resources/css/style.css" type=text/css>
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<a href="#">Download Excursion (coming soon!)</a>
<div class="">
<video src="./resources/videos/iphonevid.mp4" autoplay poster="posterimage.jpg">
</video>
</div>
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you</p>
<div class="">
<img src="./resources/images/camp.jpeg" alt="Image cannot load">
</div>
<div class="">
<img src="./resources/images/phone.png" alt="Image cannot load">
</div>
<h2>Coming Soon for iPhone and Android</h2>
<a href="#">Download Excursion (coming soon!)</a>
<footer>
<h3>© Excursion</h3>
</footer>
</body>
</html>