aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stfu1/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/stfu1/index.html b/stfu1/index.html
new file mode 100644
index 0000000..10ceac9
--- /dev/null
+++ b/stfu1/index.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ html{
+ background-color: #2a2b2f;
+ color: #fff;
+}
+video{
+ position: absolute;
+ width: 50%;
+ left: 0px;
+ top: 0px;
+
+}
+img{
+ width: 90%;
+ height: 90%;
+}
+ </style>
+ <meta property="og:type" content="video.other">
+ <meta property="og:video:url" content="https://cdn.discordapp.com/attachments/917977729322872853/984794750869733396/stfu2.mp4">
+ </head>
+ <body>
+ <img src="https://cdn.discordapp.com/attachments/917977729322872853/970639692322209792/sdfsdfsdfsdf.png" alt="">
+ <video controls autoplay>
+
+ <source src="https://cdn.discordapp.com/attachments/917977729322872853/984794750869733396/stfu2.mp4" type="video/mp4">
+</video>
+ </body>
+</html>