-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 827 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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">
<link rel="stylesheet" href="resources/css/style.css"></link>
<title>Document</title>
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<div class="download"><a href="#">Download Excursion (Coming soon)</a></div>
<div class="iphone">(image preview goes here)</div>
<h2>Your personal travel guide</h2>
<div class="description">Excusion remembers places you like, and recommends new points of interest around you.</div>
<div class="landscape">(landscape image goes here)</div>
<div class="download"><a href="#">Download Excursion (Coming soon)</a></div>
<div class="copyright">© Excursion 2021</div>
<h2></h2>
</body>
</html>