-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlightmode.html
More file actions
50 lines (50 loc) · 1.47 KB
/
lightmode.html
File metadata and controls
50 lines (50 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv = "refresh" content = "1; url = https://hygiene-5x8k.onrender.com/wip.html" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Self Replicating Example</title>
<style>
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #ffffff;
font-family: Arial, sans-serif;
}
h1, h3, a, p {
color: black;
text-align: center;
}
hr {
color: black;
}
</style>
</head>
<body>
<div class="section">
<h1>DID YOU WASH YO AAA TODAY?</h1>
<h3>You are encouraged to play the video over and over or turn it on loop.</h3>
</div>
<div class="section">
<video controls loop autoplay>
<source src="vid.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<footer>
<div class="section">
<a href="https://r.mtdv.me/mc00f-of">Click me</a>
</div>
<div class="section">
<a href="https://github.com/1quackers1">Made with love by quackers (mc00f)</a>
</div>
<div class="section">
<a href="https://hygiene-5x8k.onrender.com/">dark mode</a>
</div>
</footer>
</body>
</html>