-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 765 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="./resources/css/style.css" type="text/css" rel="stylesheet" >
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<p><a class="link" href="#">Download Excursion (Coming soon!)</a></p>
<p><video src="./resources/videos/demo_video.mp4" autoplay muted loop>Video not supported</video></p>
<h2>Your personal travel guide</h2>
<h3>Excursion remembers places you like, and recommends new points of interest around you.</h3>
<p><img src="./resources/images/camp.jpg"></p>
<p><img src="./resources/images/phone.png"></p>
<h2>Coming soon for iPhone and Android</h2>
<p><a class="link" href="#">Download Excursion (Coming soon!)</a></p>
<p class="footer">©Excursion</p>
</body>
</html>