-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Excursion</title>
<link rel="stylesheet" href="Resources/CSS/styles.css" type="text/css" >
</head>
<body>
<header>
<h1>Discover hidden places in the world around you</h1>
</header>
<main>
<h5><a href="#" class="dead_link">Download Excursion (Coming soon!)</a></h5>
<video class= "center" width="640" height="480" muted autoplay loop>
<source src="Resources/Video/excursion.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h4>Your personal travel guide</h4>
<p>Excursion remebers place you like, and recommends new points of interest around you</p>
<img class="center" src="Resources/Images/camp.png" alt="camptent" /><br>
<img class="center" src="Resources/Images/phone.png" alt="phone" />
<h4>Coming soon for iPhone and android</h4>
<h5><a href="#" class="dead_link">Download Excursion (Coming soon!)</a></h5>
</main>
<footer>
<p class="copyright"><strong>©</strong>Excursion</p>
</footer>
</body>
</html>