forked from DishpitDev/Slopify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.html
90 lines (90 loc) · 2.68 KB
/
second.html
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
<title>THE SECOND COMING FROM THE HIT SERIES ANIMATOR VS ANIMATION</title>
<link rel="stylesheet" href="static/images/alanbecker/styles.css" />
</head>
<body>
<audio
autoplay
preload="auto"
loop
src="/static/images/alanbecker/audio/wtf.mp3"
></audio>
<a href="/">
<button style="position: fixed; left: 1%; top: 2%">
<p>go back to home page</p>
</button>
</a>
<div class="z-20">
<h1
class="font-black text-center my-10 text-6xl rainbow rainbow_text_animated"
>
THE SECOND COMING MY BELOVED
</h1>
<div class="grid grid-cols-[auto_auto_auto_auto]">
<iframe
src="https://www.youtube-nocookie.com/embed/videoseries?si=mnexyt0BPfXQIXRM&list=PL7z8SQeih5AfL0gwMqD80TwO79TvosRHR"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
class="w-full h-full"
></iframe>
<img
src="static/images/alanbecker/alan_freak.png"
alt="tsc_chair_spin"
class="fixed w-[10%] right-0 bottom-0"
/>
<img
src="static/images/alanbecker/tsc_chair_spin.gif"
alt="tsc_chair_spin"
class="w-full"
/>
<img
src="static/images/alanbecker/tsc_dance.gif"
alt="tsc_chair_spin"
class="w-full"
/>
<img
src="static/images/alanbecker/tsc_dance2.gif"
alt="tsc_chair_spin"
class="w-full"
/>
<img
src="static/images/alanbecker/tsc_distraction_dance.gif"
class="w-full"
alt="tsc_chair_spin"
/>
<img
src="static/images/alanbecker/tsc_gone.gif"
alt="tsc_chair_spin"
class="w-full"
/>
<img
src="static/images/alanbecker/tsc_picmix.gif"
alt="tsc_chair_spin"
class="w-full"
/>
<img
src="static/images/alanbecker/tsc_spider.gif"
alt="tsc_chair_spin"
class="w-full"
/>
<img
src="static/images/alanbecker/tsc_wtf.gif"
alt="tsc_chair_spin"
class="w-full"
/>
<img src="static/images/skibidi.svg"
alt="skibidi toilet head moving up down"
class="w-full"
/>
</div>
</div>
</body>
</html>