-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtmlExcursion.html
More file actions
51 lines (48 loc) · 1.38 KB
/
htmlExcursion.html
File metadata and controls
51 lines (48 loc) · 1.38 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="C:\Users\neiya\OneDrive\Desktop\Generation\excursion\CSSExcursion.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Escursion</title>
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<p1>
<h4>
Download Escursion (Coming soon!)
</h4>
</p1>
<p2>
<video muted autoplay loop>
<source src="C:\Users\neiya\OneDrive\Desktop\Generation\resources\videos\excursion.mp4" type="video/mp4">
</video>
</p2>
<p3>
<h2>Your personal travel guide</h2>
</p3>
<p4>
<h3>Excursion remembers places you like, and recommends new points of interest around you.</h3>
</p4>
<p5>
<img src="C:\Users\neiya\OneDrive\Desktop\Generation\resources\images\camp.jpg" alt="Camp">
</p5>
<p6>
<br/>
<img id="phone" src="C:\Users\neiya\OneDrive\Desktop\Generation\resources\images\phone.png" alt="Phone">
</p6>
<p7>
<h2>Coming Soon for iPhone and Android</h2>
</p7>
<p8>
<h4>Download Escursion (Coming soon!)</h4>
</p8>
<p9>
<h5>
© Excursion
</h5>
</p9>
<footer>Excursion</footer>
</body>
</html>