From f0c81e10758828846d58f501914bef5e779be97b Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 14 Oct 2024 14:07:31 +0200 Subject: [PATCH] prep for release --- features.html | 37 ++++++++++++++++++++++++++++++++++++- index.html | 17 +++++++++++++++++ server.spl | 2 +- style.css | 1 + 4 files changed, 55 insertions(+), 2 deletions(-) diff --git a/features.html b/features.html index 11f1e70..726016c 100644 --- a/features.html +++ b/features.html @@ -1,3 +1,38 @@

BaseBand's features

-Lorem ipsum +Home
+
+Especially unique/cool features styled in bold. + +

1.12.2

+ + diff --git a/index.html b/index.html index d7b3a47..2666665 100644 --- a/index.html +++ b/index.html @@ -6,3 +6,20 @@ BaseBand aims to be an easy-to-use yet very extensively configurable client for

Features +Download 1.12.2 loader +
+
+

Versions

+BaseBand works on 1.12.2 and on the most recent version of minecraft. The 1.12.2 version is relatively +feature-complete and usable as a standalone client. Ednieva is still very early in its development, but +the loader (fabric mod, requires fabric API) can be found here: +Download experimental Ednieva loader +
+
+Ednieva is currently made for game version 1.20.6. +
+
+

BaseBand downloads

+You can download the loaders directly from here using the buttons above. However, there is a more extensive +API for querying or downloading the most recent version of any component: +download.baseband.com.de
diff --git a/server.spl b/server.spl index bfa4373..6f0988f 100644 --- a/server.spl +++ b/server.spl @@ -1,4 +1,4 @@ -"#http/server.spl" import +"#httpserver/base.spl" import func destub { html | with html title ; stub.html diff --git a/style.css b/style.css index 1c08b17..5438ec1 100644 --- a/style.css +++ b/style.css @@ -23,6 +23,7 @@ a.btn { min-width: fit-content; padding: 10px; margin: 0; + margin-bottom: 1px; text-decoration: none; text-align: center; transition: 0.2s;