-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 1.1 KB
/
Copy pathindex.html
File metadata and controls
31 lines (27 loc) · 1.1 KB
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">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="recources/css/styles.css">
</head>
<body>
<div id="header">
<h4>Discover hidden places in the world around you</h4>
</div>
<p><a class="marine" href = "#">Download Excursion (Coming Soon!)</a></p>
<video autoplay muted loop>
<source src="recources/excursion.mp4" type="video/mp4">
</video>
<div id="header">
<h4>Your personal travel guide</h4>
</div>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
<p><img src = "recources/img/camp.webp"> </p>
<p><img src = "recources/img/phone.webp"> </p>
<script src="" async defer></script>
</body>
</html>