From fb6c8c5d024830600be9e7fea1fcd820833df856 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Thu, 23 Apr 2020 20:06:52 -0600 Subject: [PATCH] Change system to output results to the website rather than a webhook. --- docs/index.html | 17 +++++++++++++++++ docs/style.css | 12 ++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 docs/index.html create mode 100644 docs/style.css diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..64a36e0 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,17 @@ + + + + + + Quote Bracket Results + + + + +

Quote Bracket Results

+
+
+ +
+ + \ No newline at end of file diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 0000000..097c8ec --- /dev/null +++ b/docs/style.css @@ -0,0 +1,12 @@ +.center { + text-align: center; +} + +.emoji { + width: 25px; + vertical-align: inherit; +} + +.quote { + vertical-align: middle; +} \ No newline at end of file