-
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) · 805 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 805 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>Excursion</title>
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<a href="#">Download Excursion (Coming soon!)</a>
<div><video src="resources/img/excursion.mp4" autoplay>Your browser does not support videos</video></div>
<h1>Your personal travel guide</h1>
<h2>Excursion remembers places you like, and recommends new points of interest around you.</h2>
<div><img src="resources/img/camp.jpg" alt="tent in the night"></div>
<div><img src="resources/img/phone.png" alt="iphone"></div>
<h1>Coming Soon for iPhone and Android</h1>
<a href="#">Download Excursion (Coming soon!)</a>
<p>© Excursion</p>
</body>
</html>