Add sus URLs

This commit is contained in:
MrLetsplay 2022-04-09 12:55:18 +02:00
parent c52a2ef504
commit 4bb1c8cd72
3 changed files with 11 additions and 20 deletions

View File

@ -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]

View File

@ -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;
} }
} }

View File

@ -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;