diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 10d4fb7..0000000 --- a/.dockerignore +++ /dev/null @@ -1 +0,0 @@ -frontend \ No newline at end of file diff --git a/src/builds/launcher/launcher.exe b/src/builds/launcher/launcher.exe deleted file mode 100644 index ba335e4..0000000 Binary files a/src/builds/launcher/launcher.exe and /dev/null differ diff --git a/src/static/css/styles-nojs.css b/src/static/css/styles-nojs.css deleted file mode 100644 index 6b2f599..0000000 --- a/src/static/css/styles-nojs.css +++ /dev/null @@ -1,44 +0,0 @@ -.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; -} - -.table-container { - margin-left: 10px; - height: 100%; -} - -.table-container a{ - color: #4FACFC; -} \ No newline at end of file diff --git a/src/static/installer/BeamMP_Installer.zip b/src/static/installer/BeamMP_Installer.zip deleted file mode 100644 index 28b3caf..0000000 Binary files a/src/static/installer/BeamMP_Installer.zip and /dev/null differ diff --git a/src/views/includes/footer-nojs.ejs b/src/views/includes/footer-nojs.ejs deleted file mode 100644 index 49958c8..0000000 --- a/src/views/includes/footer-nojs.ejs +++ /dev/null @@ -1,30 +0,0 @@ - \ No newline at end of file diff --git a/src/views/includes/nav-nojs.ejs b/src/views/includes/nav-nojs.ejs deleted file mode 100644 index 22a518e..0000000 --- a/src/views/includes/nav-nojs.ejs +++ /dev/null @@ -1,68 +0,0 @@ -
- - - You're not using Javascript, this version of the website has limited content. - -
-
-
- -
-
- -
- - - -
-
-
diff --git a/src/views/linux-builds.ejs b/src/views/linux-builds.ejs deleted file mode 100644 index b603b51..0000000 --- a/src/views/linux-builds.ejs +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - 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 20.04 (arm64)
-  ╚ Ubuntu 20.04 (x86/64)
-  ╚ Ubuntu 22.04 (arm64)
-  ╚ Ubuntu 22.04 (x86/64)
-
-
- - <%- include('includes/footer-nojs.ejs') %> - \ No newline at end of file