-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.41 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>MJ</title>
<link rel="stylesheet" href="styles.css?v=2"/>
<link rel="icon" type="image/jpeg" href="title-image.jpeg"/>
</head>
<body>
<div class="container">
<div class="video-bg-row">
<video id="seizureVideoLeft" class="seizure-video" loop playsinline>
<source src="chika-dance-hard.mp4" type="video/mp4"/>
</video>
<video id="seizureVideoRight" class="seizure-video" loop playsinline muted>
<source src="chika-dance-hard.mp4" type="video/mp4"/>
</video>
</div>
<div class="main-content">
<div class="profile">
<img src="chika-dance.gif" alt="Avatar GIF" class="avatar"/>
<h1>Ohayo!</h1>
<p>Hisashiburi dana</p>
<div class="social-icons">
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="github-icon.png" alt="GitHub"/></a>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="x-icon.png" alt="X"/></a>
</div>
<button id="toggleVideoBtn">SEIZURE ALERT</button>
</div>
</div>
</div>
<footer>© 2025. baka! copy this you filthy casual</footer>
<script src="scripts.js"></script>
</body>
</html>