Old website fix
This commit is contained in:
21
old/easteregg/1.html
Normal file
21
old/easteregg/1.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="1.css">
|
||||
<link rel="icon" type="image/x-icon" href="1.png">
|
||||
<meta charset="UTF-8">
|
||||
<title>You found it #1</title>
|
||||
</head>
|
||||
<body>
|
||||
<video autoplay muted loop>
|
||||
<source src="1.mp4" type="video/mp4">
|
||||
</video>
|
||||
<div class="container">
|
||||
<h2 id="instruction">Click anywhere to unmute</h2>
|
||||
</div>
|
||||
|
||||
<script src="1.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- HTML file by Purplebored-->
|
||||
|
||||
Reference in New Issue
Block a user