-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 951 Bytes
/
Copy pathindex.html
File metadata and controls
16 lines (16 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discover hidden places in the world around you</title>
<link rel="stylesheet" href="excursion/resources/css/style.css">
</head>
<body>
<a href="https://content.codecademy.com/programs/freelance-one/excursion/mocks/excursion.png?_gl=1*1xxa7al*_gcl_au*MTE0NDczMjc0MC4xNzQ3MDM5ODc1*_ga*Nzk5OTI4OTcyMi4xNzQ3MDM5ODY2*_ga_3LRZM6TM9L*czE3NDczNzY3MzkkbzEzJGcxJHQxNzQ3Mzc2NzU2JGo0MyRsMCRoMCRkcHNaX05DUXdLWWhZQUhhN2dzZ3daY01BcHFXS3NnY0FsZw.." target="_blank">Download Excursion (Comming Soon)</a>
<link rel="excursion" href="excursion/resources/videos/excursion.mp4">
<link rel="camp" href="excursion/resources/images/camp.jpg">
<link rel="redline" href="excursion/resources/images/excursion_redline.png">
<link rel="phone" href="excursion/resources/images/phone.png">
</body>
</html>