Add sus URLs
This commit is contained in:
parent
c52a2ef504
commit
4bb1c8cd72
@ -1,3 +1,6 @@
|
|||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
RewriteRule ^sus$ sus.html [NC]
|
RewriteRule ^sus$ sus.html [NC]
|
||||||
|
RewriteRule ^/$ sus.html [NC]
|
||||||
|
RewriteRule ^sus$ sus.html [NC]
|
||||||
|
RewriteRule ^🆘$ sus.html [NC]
|
||||||
|
22
index.html
22
index.html
@ -54,29 +54,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.video {
|
.video {
|
||||||
animation: rickRoll 10s infinite linear;
|
animation: rickRoll 1s infinite ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes rickRoll {
|
@keyframes rickRoll {
|
||||||
0% {
|
|
||||||
transform: translateX(0vw);
|
|
||||||
scale: 1;
|
|
||||||
}
|
|
||||||
25% {
|
|
||||||
transform: translateX(50vw);
|
|
||||||
scale: -1;
|
|
||||||
}
|
|
||||||
50% {
|
50% {
|
||||||
transform: translateX(100vw);
|
transform: translateX(calc(100% - 560px));
|
||||||
scale: 1;
|
|
||||||
}
|
|
||||||
75% {
|
|
||||||
transform: translateX(50vw);
|
|
||||||
scale: -1;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
transform: translateX(0vw);
|
|
||||||
scale: 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
4
sus.html
4
sus.html
@ -11,6 +11,10 @@
|
|||||||
<meta property="og:description" content="Experience the SUS!">
|
<meta property="og:description" content="Experience the SUS!">
|
||||||
<title>Infinite SUS</title>
|
<title>Infinite SUS</title>
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user