-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (51 loc) · 1.7 KB
/
index.html
File metadata and controls
66 lines (51 loc) · 1.7 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A Basic HTML5 Template</title>
<meta name="description" content="A simple HTML5 Template for new projects.">
<meta name="author" content="SitePoint">
<meta property="og:title" content="A Basic HTML5 Template">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.sitepoint.com/a-basic-html5-template/">
<meta property="og:description" content="A simple HTML5 Template for new projects.">
<meta property="og:image" content="image.png">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="resources/css/style.css">
</head>
<body>
<h1>Discover hidden places in the world around you</h1>
<p>
<a class="cta" href="#">Download excursion (Comming soon!)
</a>
</p>
<div>
<video autoplay muted>
<source src="resources/excursion.mp4" alt="mobile phone">
</video>
</div>
<h2>Your personal travel guide</h2>
<a> <div text>
excursion remembers places you like, and recomends new places of interest near you
</div>
</a>
<p>
<img src="https://content.codecademy.com/programs/freelance-one/excursion/images/camp.jpg">
</p>
<p>
<img src="https://content.codecademy.com/programs/freelance-one/excursion/images/phone.png">
</p>
<h2>Comming soon for iPhone and Android</h2>
<p>
<a class="cta" href="#">Download excursion (Comming soon!)
</a>
</p>
<script src="js/scripts.js"></script>
</body>
<footer>
excursion
</footer>
</html>