-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 871 Bytes
/
index.html
File metadata and controls
40 lines (33 loc) · 871 Bytes
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
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>Hidden Places</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<div>
<h1>Discover hidden places in the world around you</h1>
<a href="#">Download Excusion (Coming soon!)</a>
</div>
<div>
<video controls autoplay>
<source src="resources/videos/excursion.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h2>Your Personal Travel Guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
</div>
<div>
<img src="resources/images/camp.jpg" />
<br /><br />
<img src="resources/images/phone.png">
<h2>Coming soon for Android and iPhone</h2>
<a href="#">Download Excusion (Coming soon!)</a>
</div>
<footer>
<div>
© EXCURSIONS
</div>
</footer>
</body>
</html>