added media and html for banner

This commit is contained in:
2021-11-06 11:42:34 -05:00
parent 9fe901412c
commit fb98e7b498
6 changed files with 28 additions and 1 deletions

View File

@@ -5,6 +5,15 @@
<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>