-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Excursion</title>
<link href="resources/styles/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<h3><a href="www.google.com">Download Excursion (Coming soon!)</a></h3>
<video autoplay loop>
<source src="resources/videos/excursion.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="secondSection">
<h1>Your personal travel guide</h1>
<h2>Excursion remembers places you like, and recommends new points of interest around you.</h2>
<img src="resources/images/camp.webp" alt="Camp">
</div>
<div>
<img src="resources/images/phone.webp" alt="Phone">
<h1>Coming Soon for iPhone and Android</h1>
<h3><a href="www.google.com">Download Excursion (Coming soon!)</a></h3>
</div>
</body>
<footer>
<p>© Excursion</p>
</footer>
</html>