From 1e8053fb189624339fb6d48fce534a8a028556f6 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 27 Jul 2025 18:39:09 +0200 Subject: [PATCH] pretty --- before.html | 10 +++++----- index.html | 46 +++++++++++++++++++++++++++++++++++++--------- style.css | 5 +++++ 3 files changed, 47 insertions(+), 14 deletions(-) diff --git a/before.html b/before.html index 4edf1ca..34e929a 100644 --- a/before.html +++ b/before.html @@ -2,8 +2,8 @@ const info = document.createElement("div"); info.classList.add("_internal-info"); info.innerHTML = ` -

⚠ Internal Docs ⚠

-

This website was built by Noratrieb +

⚠ Internal Docs ⚠
+
This website was built by Noratrieb
@@ -13,9 +13,9 @@
diff --git a/index.html b/index.html index fd82199..ce73476 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,40 @@ - + - - - + + + + std internal docs - - - -
redirecting to /x86_64-unknown-linux-gnu
- + + + +
+
+ redirecting to + /x86_64-unknown-linux-gnu... +
+
+ diff --git a/style.css b/style.css index 2a046a9..6161db1 100644 --- a/style.css +++ b/style.css @@ -6,4 +6,9 @@ display: flex; flex-direction: column; justify-content: center; + gap: 5px; + + text-align: center; + + padding: 5px; }