diff options
Diffstat (limited to 'support.html')
-rw-r--r-- | support.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/support.html b/support.html new file mode 100644 index 0000000..efa6735 --- /dev/null +++ b/support.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>Support</title> + <meta charset="utf-8" /> + <link rel="stylesheet" href="assets/css/main.css" /> + <noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript> + </head> + <header> + <p><a href="index.html">< Back</a></p> + <h1>Support</h1> + </header> + <section id="discord"> + <h2>Discord</h2> + <p><a href="https://discord.gg/Vg2EYDR">Discord Server</a></p> + </section> + <section id="twitter"> + <h2>Twitter</h2> + <p><a href="https://twitter.com/o5pxels">@o5pxels</a></p> + </section> +</html> |