diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-08-22 16:39:45 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 16:39:45 +0430 |
commit | 2cf059a279b233a5e8cb7e77ea6a2501e60b886b (patch) | |
tree | 56bc9f496ea208c1aecb5dc28a0931113284b486 | |
parent | 2aac944f10f692a44acd46ae87a34162aa1bb16c (diff) | |
download | exhq.github.io-2cf059a279b233a5e8cb7e77ea6a2501e60b886b.tar.gz exhq.github.io-2cf059a279b233a5e8cb7e77ea6a2501e60b886b.tar.bz2 exhq.github.io-2cf059a279b233a5e8cb7e77ea6a2501e60b886b.zip |
nice opinion
-rw-r--r-- | opinion/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/opinion/index.html b/opinion/index.html new file mode 100644 index 0000000..54d3d39 --- /dev/null +++ b/opinion/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/918571622049411133/1008279167676190780/nice_opinion.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/918571622049411133/1008279167676190780/nice_opinion.mp4" type="video/mp4"> +</video> + </body> +</html> |