diff options
author | o5pxels <o5pxels@gmail.com> | 2021-03-29 22:47:44 -0500 |
---|---|---|
committer | o5pxels <o5pxels@gmail.com> | 2021-03-29 22:47:44 -0500 |
commit | dae18c7cbef53fa538771a7c54b7f768f07c5c50 (patch) | |
tree | 339598df5f12355f7bc845844b7ac25bd6a1006d /support.html | |
parent | 1e492506561ed0c46bcc89ad136cc6608023fb51 (diff) | |
download | personal-website-dae18c7cbef53fa538771a7c54b7f768f07c5c50.tar.xz personal-website-dae18c7cbef53fa538771a7c54b7f768f07c5c50.zip |
Website overhaul v1
Diffstat (limited to 'support.html')
-rw-r--r-- | support.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/support.html b/support.html deleted file mode 100644 index efa6735..0000000 --- a/support.html +++ /dev/null @@ -1,21 +0,0 @@ -<!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> |