-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.1 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.1 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="./resources/css/style.css" rel="stylesheet" type="text/css">
<title>Discover hidden places in the world around you</title>
</head>
<body>
<h1 id="title">Discover hidden places in the world around you</h1>
<p>
<a class="link" href=#>Download Excursion (Coming soon!)</a>
</p>
<br>
<video loop src="./resources/videos/mp4stockvideo.mp4"
autoplay poster="posterimage.jpg">
</video>
<br>
<h2>Your personal travel guide</h2>
<p class="message">Excursion remembers places you like, and recommends
new points of interest around you.</p>
<img src="./resources/images/landscapeimage.jpg" alt="">
<br>
<br>
<img src="./resources/images/cellphoneicon.png" alt="">
<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>