aboutsummaryrefslogtreecommitdiff
path: root/static/opinion/index.html
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-08-26 18:24:39 +0430
committerGitHub <noreply@github.com>2022-08-26 18:24:39 +0430
commit547f5955f1cca47750bfa18e31f1ee56f1b7b2f3 (patch)
tree1e3306d1fd56d12f9ccc97b4c43cec3982c53cde /static/opinion/index.html
parent60608b4bb1759bb58d28923b3e222d8e11eaeafa (diff)
parentc6c56d11b83d65c69b09007c7b43f0788b958ff2 (diff)
downloadexhq.github.io-547f5955f1cca47750bfa18e31f1ee56f1b7b2f3.tar.gz
exhq.github.io-547f5955f1cca47750bfa18e31f1ee56f1b7b2f3.tar.bz2
exhq.github.io-547f5955f1cca47750bfa18e31f1ee56f1b7b2f3.zip
Merge pull request #5 from romangraef/main
nea my beloved
Diffstat (limited to 'static/opinion/index.html')
-rw-r--r--static/opinion/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/static/opinion/index.html b/static/opinion/index.html
new file mode 100644
index 0000000..54d3d39
--- /dev/null
+++ b/static/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>