From 8db624459b79a872e553ca0ab8fe361708f22fbf Mon Sep 17 00:00:00 2001 From: MWB6763 <77411288+MWB6763@users.noreply.github.com> Date: Tue, 11 Jan 2022 13:25:59 -0500 Subject: [PATCH] Update home.html (#194) --- html/home.html | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/html/home.html b/html/home.html index 4843ac4..234c4e8 100644 --- a/html/home.html +++ b/html/home.html @@ -51,29 +51,29 @@
@@ -81,7 +81,7 @@
- +
@@ -138,11 +138,11 @@ Fetch(`./api/credits`).then(res => {

${x.header}

-

${x.name}

+

${x.name}


- - - + + +
@@ -159,13 +159,13 @@ Fetch(`./api/credits`).then(res => { res.specialThanks.forEach((x, y) => { n = x.split("/") $('#specialthanks').append(`
-

${n[0]}

+

${n[0]}


`) }) $('#credits').append(`
-
`) + `) $(document).keydown(function(k) { @@ -182,4 +182,4 @@ Fetch(`./api/credits`).then(res => { }); }); - \ No newline at end of file +