-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (31 loc) · 1.23 KB
/
index.html
File metadata and controls
43 lines (31 loc) · 1.23 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
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>excursion</title>
<link href = "resources/css/style.css" type="text/css" rel = "stylesheet"/>
</head>
<body>
<header>
<h1>Discover hidden places in the world around you</h1>
<a href = "#">Download Excursion (Coming soon!)</a>
</header>
<div class = "container phone">
<video src ="resources/videos/excursion.mp4" controls autoplay loop>Video Not Supported</video>
</div>
<div class = "container nono">
<h2>Your personal travel guide</h2>
<h4>Excursion remembers places you like, and recommends new points of interest around you</h4>
<p>
<img src ="resources/images/camp.jpg"/>
</p>
<p>
<img src ="resources/images/phone.png"/>
</p>
<h2>Coming Soon for iPhone and Andrioid</h2>
<a href="#">Download Excursion (Coming soon!)</a>
<p class ="copyright">© Excursion</p>
</div>
</body>
</html>