diff options
author | romangraef <romangraef@users.noreply.github.com> | 2022-08-26 13:32:11 +0000 |
---|---|---|
committer | romangraef <romangraef@users.noreply.github.com> | 2022-08-26 13:32:11 +0000 |
commit | 8aec620283e5124cc93a39d58a306dfe412b0e96 (patch) | |
tree | 0ab8653284ad47838a8945d13470b6b9b633a359 /stfu | |
download | exhq.github.io-gh-pages.tar.gz exhq.github.io-gh-pages.tar.bz2 exhq.github.io-gh-pages.zip |
deploy: ed5889d825e6ac63973692700ea5cbdaae6500f8gh-pages
Diffstat (limited to 'stfu')
-rw-r--r-- | stfu/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/stfu/index.html b/stfu/index.html new file mode 100644 index 0000000..f57211f --- /dev/null +++ b/stfu/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/970393085722886184/stfu.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> |