diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-05-10 19:49:52 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 19:49:52 +0430 |
commit | e2eba8760564ee53ee5ed1b4d6ffd15eb91efe53 (patch) | |
tree | 3966e3bd17b91df917229a88067e35b85cba1c4a | |
parent | 1ae90c234fdbbb135792be69ab7298529f2802de (diff) | |
download | exhq.github.io-e2eba8760564ee53ee5ed1b4d6ffd15eb91efe53.tar.gz exhq.github.io-e2eba8760564ee53ee5ed1b4d6ffd15eb91efe53.tar.bz2 exhq.github.io-e2eba8760564ee53ee5ed1b4d6ffd15eb91efe53.zip |
Create index.html
-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> |