-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 947 Bytes
/
index.html
File metadata and controls
33 lines (33 loc) · 947 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
<!DOCTYPE html>
<html>
<head>
<title>Excursion</title>
<link type=text/css rel=stylesheet href="resources/css/style.css">
</head>
<body>
<div class="heading">
<h1>Discover hidden places in the world around you</h1>
<h4>Download Excursion (Coming soon!)</h4>
</div>
<div class="phone">
<video autoplay>
<source src="resources/excursion.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="personal">
<h2>Your personal travel guide</h2>
<h3>Excursion remembers places you like, and recommends new points of interest around you.</h3>
<img src="resources/camp.jpg" alt="camping">
<p></p>
</div>
<div class="footer">
<img src="resources/phone.png" />
<h2>Coming soon for iPhone and Android</h2>
<h4>Download Excursion (Coming soon!)</h4>
</div>
<div class="copyright">
<h3 id="copyright">© Excursion</h3>
</div>
</body>
</html>