Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<!

DOCTYPE html>
<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">
<title>Excursion</title>
<link rel="stylesheet" href="/resources/css/style.css">
</head>
<body>

<h1>Discover hidden places in the world around you</h1>


<p><a href="#">Download Excursion (Coming Soon!)</a></p>
<video autoplay loop muted>
<source src="/resources/videos/excursion.mp4" type="video/mp4">
</video>

<h2>Your personal travel guide</h2>


<p>Excursion remembers places you like, and recommends points of interest
around you.</p>
<p><img src="/resources/images/camp.webp" alt="Camp"></p>
<p><img src="/resources/images/phone.webp" alt=""></p>

<h2>Coming soon oh iPhone and Android</h2>


<p><a href="#">Download Excursion (Coming Soon!)</a></p>
<p id="footer">&copy; Excursion</p>

</body>
</html>

You might also like