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
+
+
+ - Extensive Help system
+ - All config can be done using commands or GUI
+ - Descriptions for all config options
+ - Notification system (either as a second chat or as pop ups)
+ - Smart configuration (settings that are inactive due to other settings are hidden)
+ - Chat modules like Prefix/Suffix, Encryption, Filter
+ - Automatic TPAccept for select players
+ - AltControl for controlling many accounts at once
+ - Basics like AutoReconnect, AutoEat, AutoRespawn, MidClick, XCarry
+ - Visual Selection system
+ - Filling of a selection with blocks (or air)
+ - BookFill with either unicode-full or "englishy" symbols
+ - Interaction tweaks (FastUse, FastBreak, CeilingInteract)
+ - SeedOverlay to show the changes done to the world by other players
+ - Movement basics (Velocity, NoSlowDown, AntiLevitation)
+ - ElytraFly with extremely fast AutoTakeoff and AirStop
+ - NoFall (+ Elytra mode that can bypass NoFall-prevention measures in all anticheats)
+ - PacketFly that is very fast and can still phase (slow mode available for problematic servers)
+ - TickShift to speed up the client temporarily, bypasses many anti-speed measures
+ - ElytraBot allows you to follow others with your elytra or go to some location (No pathfinding yet)
+ - Render basics (NoRender for annoying things, NoParticles, Bright, Freecam, SwingSpeed)
+ - PlayerLog showing where players logged out
+ - Very extensive HUD
+ - PlayerSelector for controlling who to target in the HUD
+ - Customizeable ESP including cursor highlight
+ - Spotify integration
+ - Ping changer (also for true ping)
+ - Very good AutoTotem
+
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;