22 lines
478 B
HTML
22 lines
478 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="video.css">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<a href="genghis.html">
|
|
<div class="neon">FORWARD</div>
|
|
</a>
|
|
<a href="gifs.html">
|
|
<div class="flux">BACK</div>
|
|
</a>
|
|
</div>
|
|
<video autoplay muted loop id="myVideo">
|
|
<source src="video.mp4" type="video/mp4">
|
|
</video>
|
|
</body>
|
|
</html>
|