From c05948467f2ab62cd0195ae28f30336522e002db Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 3 Mar 2024 16:05:56 +0100 Subject: [PATCH] Make the default page fit on very small screens --- index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2b357c7..b2dca69 100644 --- a/index.html +++ b/index.html @@ -14,16 +14,18 @@

Welcome to SVR.JS Nightly-GitMain

- WARNING!
+ WARNING!
This version is only for test purposes and may be unstable.

- -
+
+ +
+

If you see this page that means that the server is working properly. You can further configure the server and replace index.html and tests.html pages with custom ones.

Default config.json looks like this:

-
{
+      
{
   "users": [],
   "port": 80,
   "pubport": 80,