-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 886 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 886 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="resources/css/style.css">
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<p>
<a class=cta href="url">Download Excursion (Coming soon!)</a>
</p>
<video autoplay="" muted="" loop="">
<source src="resources/video/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 point of interest around you.</p>
<p>
<img src="resources/image/camp.jpg" alt="a nice tent">
</p>
<p>
<img src="resources/image/phone.png" alt="phone clip art">
</p>
<h2>Coming Soon for iPhone and Android</h2>
<a class=cta href="url">Download Excursion (Coming soon!)</a>
<p class=footer>© Excursion</p> <!-- right justified copywright -->
</body>
</html>