From 60b82263b7dba8f36c2cf27925dfceca8f7f8ec3 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 5 Jan 2022 16:21:19 -0700 Subject: [PATCH] Remove the old docs site --- docs/index.html | 17 ----------------- docs/style.css | 21 --------------------- 2 files changed, 38 deletions(-) delete mode 100644 docs/index.html delete mode 100644 docs/style.css diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 1df0945..0000000 --- a/docs/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - Quote Bracket Results - - - - -

Quote Bracket Results

-

- Unfortunately this website isn't compatible with the new version of - the Quote Bracket, if you would like to see this return let Alkali know. -

- - \ No newline at end of file diff --git a/docs/style.css b/docs/style.css deleted file mode 100644 index f98a000..0000000 --- a/docs/style.css +++ /dev/null @@ -1,21 +0,0 @@ -.center { - text-align: center; -} - -.emoji { - width: 25px; - vertical-align: inherit; -} - -.quote { - vertical-align: middle; -} - -.container { - flex-direction: column-reverse; - display: flex; -} - -.container hr { - width: 100%; -} \ No newline at end of file