From d13daed7923ba82e57434564c8317b19fa41193f Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Sun, 1 May 2022 23:08:15 +0430 Subject: Create index.html --- stfu/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 stfu/index.html 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> -- cgit