19 lines
519 B
HTML
19 lines
519 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<link src="style.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Discover hidden places around the world around you</h1>
|
|
<aside>
|
|
<p id="download-excursion">Download Excursion (Coming soon!)</p>
|
|
</aside>
|
|
</header>
|
|
<video controls>
|
|
<source src="excursion.mp4" type="video/mp4">
|
|
<p>Video not supported :(</p>
|
|
</video>
|
|
</body>
|
|
</html> |