From 23ec17460ee62be5d9b0409a04beefef2624c4d0 Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Sat, 16 Dec 2023 19:26:02 +0100 Subject: [PATCH 01/22] Made the website work when Javascript is disabled Added: - The website can now serve Javascript-free pages for user that have JS disabled or a browser that does not support it. The pages "/stats" and "/servers" cannot work without JS so the JS-fee index does not link to them; - stats.ejs: if Javascript is disabled, won't serve any data but will prompt the user to enable Javascript. Fixed: - stats.ejs: copyright in the footer has been updated from "2021" to "2019 - present"; --- src/static/css/styles-nojs.css | 69 ++++++ src/views/includes/footer-nojs.ejs | 30 +++ src/views/includes/nav-nojs.ejs | 68 ++++++ src/views/index.ejs | 348 ++++++++++++++++++++--------- src/views/servers.ejs | 105 +++++---- src/views/stats.ejs | 340 +++++++++++++++------------- 6 files changed, 649 insertions(+), 311 deletions(-) create mode 100644 src/static/css/styles-nojs.css create mode 100644 src/views/includes/footer-nojs.ejs create mode 100644 src/views/includes/nav-nojs.ejs diff --git a/src/static/css/styles-nojs.css b/src/static/css/styles-nojs.css new file mode 100644 index 0000000..1a431b2 --- /dev/null +++ b/src/static/css/styles-nojs.css @@ -0,0 +1,69 @@ +.pageContainer .footer-js { + display: none; +} + +.nojs-warning { + position: absolute !important; + max-width: 400px !important; + text-align: center !important; + padding-top: 24px !important; + animation: blinker 2s ease-in-out infinite; +} + +@keyframes blinker { + 50% { opacity: 0; } +} + +.content-not-available { + display: grid; + position: relative; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + height: calc(100vh - 80px); + overflow: hidden; + color: #fefee1; +} + +.content-not-available .content-not-available-introduction { + width: 100%; + position: absolute; + transition: transform .2s ease; + transform: translateX(0); + text-align: center; +} + +.dropdown-menu-linux { + position: relative; + display: inline-block; +} + +.dropdownbtn { + border: none; + color: #fefee1; + background-color: transparent; + text-shadow: 0 0 1px rgba(22, 25, 35, 0.5); +} + +.dropdown-menu-linux-content { + display: none; + position: absolute; + background-color: rgb(255 179 38 / 80%); + width: 100%; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; +} + +.dropdown-menu-linux-content a { + text-decoration: none; + display: block; +} + +.dropdown-menu-linux-content a:hover { + background-color: #ddd; +} + +.dropdown-menu-linux:hover .dropdown-menu-linux-content { + display: block; +} \ No newline at end of file diff --git a/src/views/includes/footer-nojs.ejs b/src/views/includes/footer-nojs.ejs new file mode 100644 index 0000000..49958c8 --- /dev/null +++ b/src/views/includes/footer-nojs.ejs @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/src/views/includes/nav-nojs.ejs b/src/views/includes/nav-nojs.ejs new file mode 100644 index 0000000..e5719b2 --- /dev/null +++ b/src/views/includes/nav-nojs.ejs @@ -0,0 +1,68 @@ +
+ + + You're not using Javascript, this version of the website has limited content. + +
+
+
+ +
+
+ +
+ + + +
+
+
diff --git a/src/views/index.ejs b/src/views/index.ejs index dff0d5f..9845509 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -50,32 +50,37 @@ }); }); + - - -
-
-
-
-
-

- BeamMP Bringing Multiplayer to BeamNG.drive!
- With a smooth and enjoyable experience. -

-
-
-
-
- - -
-
-
-
-
-

Stable Servers

- BeamMP allows for stable servers, - with a variety of servers located accross the globe. -
-
-

BeamNG.drive

BeamMP uses the same maps, vehicles & mods - so you don't need to learn anything new! -
-
-

Standalone

BeamMP doesn't modify your original installation, - so you can play either singleplayer or multiplayer. -
-
-

Sync quality

BeamMP updates your vehicle position ~100 times per second, - allowing for a smooth overall experience. -
-
-
+ + + + + +
+
+
+
+

Stable Servers

+ BeamMP allows for stable servers, + with a variety of servers located accross the globe. +
+
+

BeamNG.drive

BeamMP uses the same maps, vehicles & mods + so you don't need to learn anything new! +
+
+

Standalone

BeamMP doesn't modify your original installation, + so you can play either singleplayer or multiplayer. +
+
+

Sync quality

BeamMP updates your vehicle position ~100 times per second, + allowing for a smooth overall experience. +
+
+
-
-
-
-
- -
-
-
-
    -
  • Dedicated servers
  • -
  • The original BeamNG.Drive
  • -
  • Dedicated support team
  • -
  • 24/7 Global Access
  • -
-
-
+
+
+
+
+ +
+
+
+
    +
  • Dedicated servers
  • +
  • The original BeamNG.Drive
  • +
  • Dedicated support team
  • +
  • 24/7 Global Access
  • +
+
+
-
-
-
-
- -

FAQ.

-
-

The server list is not showing up!

-

Try restarting BeamMP as this can sometimes happen, if this fails to fix your issue please create a topic on our forum or visit the support channel on our discord

-

How do I open a ticket in case something doesn’t work or I have questions?

-

Please check the #how-to-use channel in Discord and on our forum. Please give an accurate description of what you’ve done so the support team will help you in a fast and effective way.

-

Help! Im getting error codes

-

Please head over to our forum and see if anyone has had the issue before. It is likely that someone else has at some point and therefore there will also probably be a solution posted with it too in the replies. Altervatively visit our discord where the larger portion of community is currently based.

-

Does this work with pirated versions of BeamNG.drive?

-

We don’t know if it works with pirated versions of BeamNG.drive, but we will not provide any support to non legit copies of the game. Nor will we change to support it.

-

How do I host a server?

-

The server files required for hosting your own server can be found at the top of this page below the client download. You will also require a authentication key which can be found from keymaster. Further information around the setup can be found on our wiki.

-

Can I use mods?

-

Mods are supported, These are installed on the server. See our wiki for more infomation.

-
-
-
- -
+
+
+
+
+
+ +

FAQ.

+
+

The server list is not showing up!

+

Try restarting BeamMP as this can sometimes happen, if this fails to fix your issue please create a topic on our forum or visit the support channel on our discord

+

How do I open a ticket in case something doesn’t work or I have questions?

+

Please check the #how-to-use channel in Discord and on our forum. Please give an accurate description of what you’ve done so the support team will help you in a fast and effective way.

+

Help! Im getting error codes

+

Please head over to our forum and see if anyone has had the issue before. It is likely that someone else has at some point and therefore there will also probably be a solution posted with it too in the replies. Altervatively visit our discord where the larger portion of community is currently based.

+

Does this work with pirated versions of BeamNG.drive?

+

We don’t know if it works with pirated versions of BeamNG.drive, but we will not provide any support to non legit copies of the game. Nor will we change to support it.

+

How do I host a server?

+

The server files required for hosting your own server can be found at the top of this page below the client download. You will also require a authentication key which can be found from keymaster. Further information around the setup can be found on our wiki.

+

Can I use mods?

+

Mods are supported, These are installed on the server. See our wiki for more infomation.

+
+
+
+ +
+ + + + + + + diff --git a/src/views/servers.ejs b/src/views/servers.ejs index b92e6a2..89d158d 100644 --- a/src/views/servers.ejs +++ b/src/views/servers.ejs @@ -20,49 +20,70 @@ gtag('config', 'UA-160071688-1'); + - - -
-
-

Server List

-
-
BeamMP Server List
-
-
- - - - - - - - - - - - - - - - - - - -
LocationServer NameMapPlayers
LocationServer NameMapPlayers
-
-
-
-
- <%- include('includes/footer.ejs') %> -
- - - - - +
+ + +
+
+

Server List

+
+
BeamMP Server List
+
+
+ + + + + + + + + + + + + + + + + + + +
LocationServer NameMapPlayers
LocationServer NameMapPlayers
+
+
+
+
+ <%- include('includes/footer.ejs') %> +
+ + + + + +
+ + diff --git a/src/views/stats.ejs b/src/views/stats.ejs index 13b9d92..6fbdadf 100644 --- a/src/views/stats.ejs +++ b/src/views/stats.ejs @@ -25,168 +25,192 @@ gtag('config', 'UA-160071688-1'); + - -
-
-
-
-

BeamMP Statistics

-
-
-
-
-
Highest Recorded Players
-

-
-
-
-
-
-
-
Highest Recorded Servers
-

-
-
-
-
-
-
-
Todays Average Players
-

-
-
-
-
- -
-
- -
- - - - - - + + + + + + //const socket = io('./stats'); + +
+ + + From 8b37e854d8fbbc1de40903e56fc1b992cb48d16c Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Mon, 18 Dec 2023 10:16:17 +0100 Subject: [PATCH 02/22] CSS fix Missed a comma --- src/static/css/styles-nojs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/styles-nojs.css b/src/static/css/styles-nojs.css index 1a431b2..fd97555 100644 --- a/src/static/css/styles-nojs.css +++ b/src/static/css/styles-nojs.css @@ -1,4 +1,4 @@ -.pageContainer .footer-js { +.pageContainer, .footer-js { display: none; } From 647ab8bda99153f7b9362a67ed4ca8fc20387cfb Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Wed, 3 Jan 2024 10:25:27 +0100 Subject: [PATCH 03/22] Updated to be future ready Specified the architecture for Linux builds --- src/static/css/styles-nojs.css | 1 + src/views/index.ejs | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/static/css/styles-nojs.css b/src/static/css/styles-nojs.css index fd97555..07d8997 100644 --- a/src/static/css/styles-nojs.css +++ b/src/static/css/styles-nojs.css @@ -53,6 +53,7 @@ width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; + text-align: center; } .dropdown-menu-linux-content a { diff --git a/src/views/index.ejs b/src/views/index.ejs index 9845509..22dbeea 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -232,8 +232,9 @@ Linux builds From 838a33b4d5c8051855579f6c0c0ab887823d6d62 Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Sat, 6 Jan 2024 12:07:56 +0100 Subject: [PATCH 04/22] Resize fix Fixes the resize and zoom issues. --- src/static/css/styles.css | 34 ++++++++++++++++++++++++++++------ src/views/includes/nav.ejs | 2 +- src/views/index.ejs | 2 +- 3 files changed, 30 insertions(+), 8 deletions(-) diff --git a/src/static/css/styles.css b/src/static/css/styles.css index 0274e70..3b3ae53 100644 --- a/src/static/css/styles.css +++ b/src/static/css/styles.css @@ -235,10 +235,6 @@ nav li { } @media screen and (max-width: 767px) { - .text { - display: none; - } - .logo-link { display: flex; height: 100%; @@ -262,9 +258,10 @@ nav li { align-items: center; width: 100%; height: calc(100vh - 80px); - overflow: hidden; + overflow: auto; background: linear-gradient(-45deg, rgba(22, 25, 35, 0.35) 0%, rgba(22, 25, 35, 0.95) 100%) center center/100%, url(../img/beamng-mp-landing.png) center top/cover; color: #fefee1; + min-height: 700px; } .main-content .introduction { @@ -352,12 +349,37 @@ img.os-icon { margin-left: 0 !important; } +div.col-md-4.col-md-4 { + max-height: inherit; +} + +div.col-md-8.col-md-8 { + max-height: inherit; +} + +a.logo-img { + max-height: inherit; +} + +div.logo-image { + max-height: inherit; +} + +div.player-count { + width: max-content; +} + +#button { + min-width: 297px; +} + +/* @media screen and (max-width: 600px) { #button { display: none; } } - +*/ /* --------- Features ---------*/ .features article.col-lg-3 { diff --git a/src/views/includes/nav.ejs b/src/views/includes/nav.ejs index 7104a74..a6170ff 100644 --- a/src/views/includes/nav.ejs +++ b/src/views/includes/nav.ejs @@ -1,5 +1,5 @@
-
+
diff --git a/src/views/linux-builds.ejs b/src/views/linux-builds.ejs new file mode 100644 index 0000000..3722d24 --- /dev/null +++ b/src/views/linux-builds.ejs @@ -0,0 +1,63 @@ + + + + + + + + + + Linux Builds + + + + + + + + +

List of Linux builds for BeamMP Server

+ +
+ + + + + + + + + + + + + + + + +
Debian
+  ╚ Debian 11 (arm64)
+  ╚ Debian 11 (x86/64)
+  ╚ Debian 12 (arm64)
+  ╚ Debian 12 (x86/64)
+
Ubuntu
+  ╚ Ubuntu 22.04 (arm64)
+  ╚ Ubuntu 22.04 (x86/64)
+
+
+ + <%- include('includes/footer-nojs.ejs') %> + \ No newline at end of file From 0065093ca31a56a866de402a4fa5dd426e4a210e Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Tue, 9 Jan 2024 11:14:16 +0100 Subject: [PATCH 06/22] Added route to new page. Added route to Linux builds download page for JS-free users **ONLY**. --- src/routes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes.js b/src/routes.js index 2cd31ee..b1e4a7b 100644 --- a/src/routes.js +++ b/src/routes.js @@ -13,6 +13,10 @@ function mainRoutes(router) { router.get('/stats', function (req, res) { res.render('stats.ejs'); }); + + router.get('/linux-builds', function (req, res) { + res.render('linux-builds.ejs'); + }); router.get('/ping', function (req, res) { res.send('OK'); From e459538f18181178147b945302f090eb19d296f1 Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Thu, 11 Jan 2024 13:50:06 +0100 Subject: [PATCH 07/22] Removed unused code --- src/static/css/styles-nojs.css | 39 +--------------------------------- src/views/index.ejs | 16 +------------- 2 files changed, 2 insertions(+), 53 deletions(-) diff --git a/src/static/css/styles-nojs.css b/src/static/css/styles-nojs.css index ec1198a..ef3b243 100644 --- a/src/static/css/styles-nojs.css +++ b/src/static/css/styles-nojs.css @@ -37,41 +37,4 @@ .table-container { margin-left: 10px; height: 100%; -} - -/* -.dropdown-menu-linux { - position: relative; - display: inline-block; -} - -.dropdownbtn { - border: none; - color: #fefee1; - background-color: transparent; - text-shadow: 0 0 1px rgba(22, 25, 35, 0.5); -} - -.dropdown-menu-linux-content { - display: none; - position: absolute; - background-color: rgb(255 179 38 / 80%); - width: 100%; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); - z-index: 1; - text-align: center; -} - -.dropdown-menu-linux-content a { - text-decoration: none; - display: block; -} - -.dropdown-menu-linux-content a:hover { - background-color: #ddd; -} - -.dropdown-menu-linux:hover .dropdown-menu-linux-content { - display: block; -} -*/ \ No newline at end of file +} \ No newline at end of file diff --git a/src/views/index.ejs b/src/views/index.ejs index 1dbc9e4..bd821c1 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -227,27 +227,13 @@
-
+
-
From 3daa559a676f1f51dd865bfe15b61358f6ecc369 Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Tue, 16 Jan 2024 20:31:58 +0100 Subject: [PATCH 08/22] Updated for release. Updated: - Updated for v3.2.2 naming scheme changes. - Made the links in `linux-builds.ejs` comply with [WCAG AAA standards](https://www.w3.org/WAI/WCAG22/quickref/#contrast-enhanced). --- src/static/css/styles-nojs.css | 4 ++++ src/views/linux-builds.ejs | 14 ++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/static/css/styles-nojs.css b/src/static/css/styles-nojs.css index ef3b243..6b2f599 100644 --- a/src/static/css/styles-nojs.css +++ b/src/static/css/styles-nojs.css @@ -37,4 +37,8 @@ .table-container { margin-left: 10px; height: 100%; +} + +.table-container a{ + color: #4FACFC; } \ No newline at end of file diff --git a/src/views/linux-builds.ejs b/src/views/linux-builds.ejs index 3722d24..b603b51 100644 --- a/src/views/linux-builds.ejs +++ b/src/views/linux-builds.ejs @@ -39,10 +39,10 @@ -  ╚ Debian 11 (arm64)
-  ╚ Debian 11 (x86/64)
-  ╚ Debian 12 (arm64)
-  ╚ Debian 12 (x86/64)
+  ╚ Debian 11 (arm64)
+  ╚ Debian 11 (x86/64)
+  ╚ Debian 12 (arm64)
+  ╚ Debian 12 (x86/64)
@@ -51,8 +51,10 @@ -  ╚ Ubuntu 22.04 (arm64)
-  ╚ Ubuntu 22.04 (x86/64)
+  ╚ Ubuntu 20.04 (arm64)
+  ╚ Ubuntu 20.04 (x86/64)
+  ╚ Ubuntu 22.04 (arm64)
+  ╚ Ubuntu 22.04 (x86/64)
From 9a2a10499d34ff768e0df0ad5d1c756bd759b864 Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Tue, 16 Jan 2024 20:43:12 +0100 Subject: [PATCH 09/22] Updated links to redirect to the docs instead of the wiki. --- src/views/includes/nav.ejs | 6 +++--- src/views/index.ejs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/includes/nav.ejs b/src/views/includes/nav.ejs index 7104a74..b6c453c 100644 --- a/src/views/includes/nav.ejs +++ b/src/views/includes/nav.ejs @@ -21,7 +21,7 @@ Forum
  • - + Docs
  • diff --git a/src/views/index.ejs b/src/views/index.ejs index dff0d5f..be9a44a 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -156,9 +156,9 @@

    Does this work with pirated versions of BeamNG.drive?

    We don’t know if it works with pirated versions of BeamNG.drive, but we will not provide any support to non legit copies of the game. Nor will we change to support it.

    How do I host a server?

    -

    The server files required for hosting your own server can be found at the top of this page below the client download. You will also require a authentication key which can be found from keymaster. Further information around the setup can be found on our wiki.

    +

    The server files required for hosting your own server can be found at the top of this page below the client download. You will also require a authentication key which can be found from keymaster. Further information around the setup can be found on our docs.

    Can I use mods?

    -

    Mods are supported, These are installed on the server. See our wiki for more infomation.

    +

    Mods are supported, These are installed on the server. See our docs for more infomation.

    From a307a3cd9f65d9c65fc2f7f085c01878b381f0c3 Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Tue, 16 Jan 2024 20:48:18 +0100 Subject: [PATCH 10/22] Updated links to docs. --- src/views/includes/nav-nojs.ejs | 4 ++-- src/views/index.ejs | 8 ++++---- src/views/servers.ejs | 2 +- src/views/stats.ejs | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/includes/nav-nojs.ejs b/src/views/includes/nav-nojs.ejs index e5719b2..1992d7a 100644 --- a/src/views/includes/nav-nojs.ejs +++ b/src/views/includes/nav-nojs.ejs @@ -27,7 +27,7 @@ Forum
  • - + Docs
  • diff --git a/src/views/index.ejs b/src/views/index.ejs index bd821c1..ce6c273 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -161,9 +161,9 @@

    Does this work with pirated versions of BeamNG.drive?

    We don’t know if it works with pirated versions of BeamNG.drive, but we will not provide any support to non legit copies of the game. Nor will we change to support it.

    How do I host a server?

    -

    The server files required for hosting your own server can be found at the top of this page below the client download. You will also require a authentication key which can be found from keymaster. Further information around the setup can be found on our wiki.

    +

    The server files required for hosting your own server can be found at the top of this page below the client download. You will also require a authentication key which can be found from keymaster. Further information around the setup can be found on our docs.

    Can I use mods?

    -

    Mods are supported, These are installed on the server. See our wiki for more infomation.

    +

    Mods are supported, These are installed on the server. See our docs for more infomation.

    @@ -297,9 +297,9 @@

    Does this work with pirated versions of BeamNG.drive?

    We don’t know if it works with pirated versions of BeamNG.drive, but we will not provide any support to non legit copies of the game. Nor will we change to support it.

    How do I host a server?

    -

    The server files required for hosting your own server can be found at the top of this page below the client download. You will also require a authentication key which can be found from keymaster. Further information around the setup can be found on our wiki.

    +

    The server files required for hosting your own server can be found at the top of this page below the client download. You will also require a authentication key which can be found from keymaster. Further information around the setup can be found on our docs.

    Can I use mods?

    -

    Mods are supported, These are installed on the server. See our wiki for more infomation.

    +

    Mods are supported, These are installed on the server. See our docs for more infomation.

    diff --git a/src/views/servers.ejs b/src/views/servers.ejs index 89d158d..67861f7 100644 --- a/src/views/servers.ejs +++ b/src/views/servers.ejs @@ -79,7 +79,7 @@

    This content is not available without Javascript.

    -

    Please enable Javascript to view this content.

    +

    Please enable Javascript and refresh the page.

    diff --git a/src/views/stats.ejs b/src/views/stats.ejs index 6fbdadf..b4344f8 100644 --- a/src/views/stats.ejs +++ b/src/views/stats.ejs @@ -206,7 +206,7 @@

    This content is not available without Javascript.

    -

    Please enable Javascript to view this content.

    +

    Please enable Javascript and refresh the page.

    From cc48fe2ffcddd57b295de08a5636d01cf84dd044 Mon Sep 17 00:00:00 2001 From: "alex.ita" Date: Tue, 16 Jan 2024 21:03:06 +0100 Subject: [PATCH 11/22] Update nav-nojs.ejs Keeping the no-JS version in line with the resize fix. --- src/views/includes/nav-nojs.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/includes/nav-nojs.ejs b/src/views/includes/nav-nojs.ejs index 1992d7a..22a518e 100644 --- a/src/views/includes/nav-nojs.ejs +++ b/src/views/includes/nav-nojs.ejs @@ -5,7 +5,7 @@
    -
    +
    From 5dfb7b79d75e26334d8ce6d1f38b62dc736639c8 Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Wed, 17 Jan 2024 19:42:09 +0000 Subject: [PATCH 12/22] bump build version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0cc7d4b..7a4b2f5 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "beammp-website", - "version": "1.0.1", + "version": "1.1.0", "description": "BeamMP Website", "main": "index.js", "scripts": { - "docker-build": "docker build -t 192.168.100.6:5000/beammp/website:latest -t 192.168.100.6:5000/beammp/website:1.0.1 .", + "docker-build": "docker build -t 192.168.100.6:5000/beammp/website:latest -t 192.168.100.6:5000/beammp/website:1.1.0 .", "docker-push": "docker push 192.168.100.6:5000/beammp/website:latest" }, "repository": { From d1150ed84d98034dfdb975b6e416195c18d49ec2 Mon Sep 17 00:00:00 2001 From: "alex.ita" <153282308+AlexITA1100@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:56:47 +0100 Subject: [PATCH 13/22] Update index.ejs 404 fix --- src/views/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.ejs b/src/views/index.ejs index e59e0d4..b9074dd 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -227,7 +227,7 @@
    -
    +