-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<title>Excursion Web Page</title>
<link rel="stylesheet" href="./resources/css/style.css" type="text/css">
</head>
<body>
<header>
<h1>Discover hidden places in the world around you</h1>
</header>
<main>
<h4><a href="#">Excursion (Coming soon!).</a></h4>
<video autoplay src="./resources/videos/excursion.mp4" type="video/mp4"></video>
<section class="content">
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like,
and recommends new points of tinterest around you</p>
</section>
<section class="image">
<img src="./resources/images/phone.jpg" alt="a phone">
<h1>Coming Soon for iPhone and Android</h1>
<h4><a href="#">Excursion (Coming soon!).</a></h4>
</section>
</main>
<footer>
<section class="copyright">
© Excursion
</section>
</footer>
</body>
</html>