diff options
Diffstat (limited to 'stfu2/index.html')
-rw-r--r-- | stfu2/index.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/stfu2/index.html b/stfu2/index.html deleted file mode 100644 index 4a37423..0000000 --- a/stfu2/index.html +++ /dev/null @@ -1,31 +0,0 @@ -<!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/919877525931434024/973605234742022194/stfu2.mp4" type="video/mp4"> -</video> - </body> -</html> |