diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-05-02 15:34:42 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 15:34:42 +0430 |
commit | 871fae3218f86bdde7b8a7ab9f5748bb91444542 (patch) | |
tree | 8de515130849f8a32fba121660ecad2b341779e1 | |
parent | d13daed7923ba82e57434564c8317b19fa41193f (diff) | |
download | exhq.github.io-871fae3218f86bdde7b8a7ab9f5748bb91444542.tar.gz exhq.github.io-871fae3218f86bdde7b8a7ab9f5748bb91444542.tar.bz2 exhq.github.io-871fae3218f86bdde7b8a7ab9f5748bb91444542.zip |
Update index.html
-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> |