diff options
Diffstat (limited to 'stfu/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> |