-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.27 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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Excursions</title>
<link rel="stylesheet" type="text/css" href="Resources/style.css">
</head>
<body>
<header>
<h1>Discover hidden places in the world around you</h1>
<a href="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/index.html#" target="_blank">Download Excursion (Coming soon!)</a>
</header>
<main>
<video muted autoplay loop>
<source src="Resources\media\excursion.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h2>Your personal travel guide</h2>
<h3>Excursion remembers places you like, and recommends new points of interest around you.</h3>
<img src="Resources/media/camp.jpg">
<br>
<img src="Resources/media/phone.png">
<h2>Coming Soon for iPhone and Android</h2>
<a href="https://s3.amazonaws.com/codecademy-content/programs/freelance-one/excursion/index.html#" target="_blank">Download Excursion (Coming soon!)</a>
</main>
</body>
</html>
<!--D:\Drive\Projects\Excursion\index.html-->