diff options
author | nea <romangraef@gmail.com> | 2022-08-26 15:29:41 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-08-26 15:29:41 +0200 |
commit | ed5889d825e6ac63973692700ea5cbdaae6500f8 (patch) | |
tree | 4c74e4ace4069be493d304a382fefceefbee050a /static/stfu/index.html | |
parent | 60608b4bb1759bb58d28923b3e222d8e11eaeafa (diff) | |
download | exhq.github.io-ed5889d825e6ac63973692700ea5cbdaae6500f8.tar.gz exhq.github.io-ed5889d825e6ac63973692700ea5cbdaae6500f8.tar.bz2 exhq.github.io-ed5889d825e6ac63973692700ea5cbdaae6500f8.zip |
moveshitaround
Diffstat (limited to 'static/stfu/index.html')
-rw-r--r-- | static/stfu/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/static/stfu/index.html b/static/stfu/index.html new file mode 100644 index 0000000..f57211f --- /dev/null +++ b/static/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> |