-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.04 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="resources/css/style.css" />
</head>
<body>
<h1> Discover hidden places in the world around you</h1>
<p><a href="https://257b4fddabd84f079e8cbd0d88613d4d.cc-propeller.cloud/#">Download Excursion (Coming Soon)</a></p>
<br />
<p><video width="25%" autoplay muted>
<source src="resources/excursion.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></p>
<h2> Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
<p><img src="resources/camp.webp" alt="Campsite"></p>
<p><img src="resources/phone.webp" alt="Phone"></p>
<h1>Coming Soon for iPhone and Android</h1>
<p><a href="https://257b4fddabd84f079e8cbd0d88613d4d.cc-propeller.cloud/#">Download Excursion (Coming Soon)</a></p>
<div class="footer">
<p>© Excursion</p>
</div>
</body>
</html>