diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-05-01 23:08:15 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 23:08:15 +0430 |
commit | d13daed7923ba82e57434564c8317b19fa41193f (patch) | |
tree | 628485cb4d215eb5dbefa81c374499469658b313 | |
parent | ad9c3606506bd8f1f77f3a4ded7d2b41004e68be (diff) | |
download | exhq.github.io-d13daed7923ba82e57434564c8317b19fa41193f.tar.gz exhq.github.io-d13daed7923ba82e57434564c8317b19fa41193f.tar.bz2 exhq.github.io-d13daed7923ba82e57434564c8317b19fa41193f.zip |
Create index.html
-rw-r--r-- | stfu/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stfu/index.html b/stfu/index.html new file mode 100644 index 0000000..d62a579 --- /dev/null +++ b/stfu/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <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> + <source src="https://cdn.discordapp.com/attachments/917977729322872853/970393085722886184/stfu.mp4" type="video/mp4"> +</video> + </body> +</html> |