diff options
Diffstat (limited to 'stfu')
-rw-r--r-- | stfu/index.html | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/stfu/index.html b/stfu/index.html index d62a579..f57211f 100644 --- a/stfu/index.html +++ b/stfu/index.html @@ -1,11 +1,30 @@ <!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/970393085722886184/stfu.mp4"> </head> <body> - <video width="320" height="240" controls autoplay> + <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> |