diff options
-rw-r--r-- | stfu2/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/stfu2/index.html b/stfu2/index.html new file mode 100644 index 0000000..10f1bc9 --- /dev/null +++ b/stfu2/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/919877525931434024/973605234742022194/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/970393085722886184/stfu.mp4" type="video/mp4"> +</video> + </body> +</html> |