-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.29 KB
/
index.html
File metadata and controls
35 lines (33 loc) · 1.29 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
34
35
<!DOCTYPE html>
<html>
<head>
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">
<meta charset="utf-8">
<title>excursion</title>
</head>
<body>
<div id="wrapper"
<div id="upper">
<h1>Discover hidden places in the world around you</h1>
<a href="index.html">Download Excursion (Coming Soon!)</a> <br> <br>
<video autoplay loop width ="404" height="720>"
<source src="resources/imagesandvideos/stockvideo.mp4" type="video/mp4">
</video>
</div>
<div id="lower">
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
<img src="resources/imagesandvideos/camppic.jpeg">
</div>
<div id="bottom">
<img src="resources/imagesandvideos/phone.png">
<h2>Coming soon for iPhone and Android</h2>
<a href="index.html">Download Excursion (Coming Soon!)</a>
</div>
<footer>
<p class="copyright">© Excursion</p>
</footer>
</div>
</body>
</html>
<!--This is html with boilerplate-->