From ac585701a3e553f623e938fa678bc396facffb0b Mon Sep 17 00:00:00 2001 From: Alexander Lyall Date: Tue, 16 Dec 2025 11:30:59 +0000 Subject: [PATCH] Fix broken code Signed-off-by: Alexander Lyall --- src/layouts/BaseLayout.astro | 42 +-- src/pages/binary.astro | 178 ++++++------ src/scripts/binary.js | 527 ++++++++++++++++------------------- src/styles/binary.css | 212 ++++++-------- src/styles/site.css | 75 +++++ 5 files changed, 509 insertions(+), 525 deletions(-) create mode 100644 src/styles/site.css diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index c813bc3..9d59a34 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -1,7 +1,4 @@ --- -import Header from "../components/Header.astro"; -import Footer from "../components/Footer.astro"; - const { title = "Computing:Box" } = Astro.props; --- @@ -11,25 +8,34 @@ const { title = "Computing:Box" } = Astro.props; {title} + -
-
+ + +
-