From 28d933c5143ea80fe2d287e601f7ed78ba27cc76 Mon Sep 17 00:00:00 2001 From: Fisheiyy <54205282+Fisheiyy@users.noreply.github.com> Date: Mon, 14 Feb 2022 00:52:13 -0600 Subject: [PATCH] html --- views/error.html | 4 +-- views/index.html | 92 ++++++++++++++++++++++++------------------------ 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/views/error.html b/views/error.html index 0820074..7744ef6 100644 --- a/views/error.html +++ b/views/error.html @@ -1,4 +1,4 @@ -

It seems an error has occured, you can try going back to the default page by clicking the button below

+

It seems an error has occured

- + \ No newline at end of file diff --git a/views/index.html b/views/index.html index 81e0f03..d8f88ad 100644 --- a/views/index.html +++ b/views/index.html @@ -1,47 +1,47 @@ -
-

Your token was successfully refreshed!

-
-
-

Hello, <%= json.username %> #<%= json.discriminator %>

- -
-
-

You are not signed in, please click the Login button below

-
-
- -
-
- -
-
- -
- \ No newline at end of file + + +

Your token was successfully refreshed!

+
+

Hello, <%= json.username %> #<%= json.discriminator %>

+ +
+

You are not signed in, please click the Login button below

+ + + + + + \ No newline at end of file