-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 845 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Excrusion</title>
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div>
<h1>Discover hidden places in the worlds around you</h1>
<h5>Download Excursion (Coming soon!)</h5>
<video src="./resources/videos/excursion.mp4" autoplay="true"
height="500" width="400"> </video>
<h1>Your personal travel guide</h1>
<h3>Excursion remembers places you like, and recommends new points of
interest around you.</h3>
<img src="./resources/images/camp.jpg"></img>
<br/><br/>
<img src="./resources/images/phone.png"></img>
<h1>Coming Soon for iPhone and Android</h1>
<h5>Download Excursion (Coming soon!)</h5>
<span>© Excursion</span>
</div>
</body>
</html>