-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.19 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ken's Excursion Project</title>
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>Discover hidden places in the world around you </h1>
<p class="link"><a href="https://p6eifarcaq1eefh8gs0egvje3mtjo8cu0ofmeh0r4qa7i5iac7ig.cc-propeller.cloud/#"
target="_blank">
Download Excursion (Coming soon!)</a></p>
<div id="video">
<video>
<source src="resources/video/excursion.mp4" type="video/mp4">
</video>
</div>
<div id="travelguide">
<h2> Your person travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you. </p>
<image src="resources/images/camp.jpg">
<br>
<image src="resources/images/phone.png">
</div>
<div id="Comingsoon">
<h2>Coming soon for iPhone and Android</h2>
<p><a href="https://p6eifarcaq1eefh8gs0egvje3mtjo8cu0ofmeh0r4qa7i5iac7ig.cc-propeller.cloud/#"
target="_blank">
Download Excursion (Coming soon!)</a></p>
<p class="copyright">Excursion</p>
</div>
</body>
</html>