-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 878 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Are you ready to take an Excursion?</title>
<link rel="stylesheet" href="Resources/CSS/style.css">
</head>
<body>
<h1>Discover Hidden Places in the World Around You</h1>
<p><a href="#"><p>Download Excursion (Coming Soon!)</a></p>
<video autoplay muted loop>
<source src="Resources/videos/excursion.mp4" type="video/mp4">
</video>
<h2>Your Personal Travel Guide </h2>
<p>Exursion remembers places you like, and recommends new points of interest around you.</p>
<p> <img src="Resources/images/camp.webp"></p>
<p> <img src="Resources/images/phone.webp"></p>
<h2>Coming Soon for iPhone and Android</h2>
<p><a href="#"><p>Download Excursion (Coming Soon!)</a></p>
<!-- footer -->
<div class="footer"><p>© Excursion</p></div>
</body>
</html>