From e0325f865f4dc3a0b13fc18e3f473e309fe0a95f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20B=C3=A4rtschi?= Date: Sat, 22 Feb 2025 20:53:39 +0100 Subject: [PATCH] robaertschi.xyz --- src/Accounts.tsx | 25 +++++++++++ src/BaseDocument.tsx | 2 +- src/Footer.tsx | 9 ++++ src/Header.tsx | 11 +++++ src/Main.tsx | 22 ++++++++++ src/index.tsx | 44 +++++-------------- static/style.css | 101 ++++++++++++++++++++++++++++++++++++++----- 7 files changed, 168 insertions(+), 46 deletions(-) create mode 100644 src/Accounts.tsx create mode 100644 src/Footer.tsx create mode 100644 src/Header.tsx create mode 100644 src/Main.tsx diff --git a/src/Accounts.tsx b/src/Accounts.tsx new file mode 100644 index 0000000..0f2c4ed --- /dev/null +++ b/src/Accounts.tsx @@ -0,0 +1,25 @@ +import type { FC } from 'hono/jsx'; +import Header from './Header'; +import Footer from './Footer'; + +export const Accounts: FC = () => { + return ( + <> +
+
+ + +
+