From 1db9c88fc7afb396784a707e6f611e72c1c28c51 Mon Sep 17 00:00:00 2001 From: andrejus Date: Sat, 28 Mar 2026 04:17:29 +0100 Subject: [PATCH] Initial commit --- index.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ public.css | 1 + 2 files changed, 46 insertions(+) create mode 100644 index.html create mode 100644 public.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..0d69020 --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + + + + andrejus.dev + + + +

andrejus.dev

+

Public projects

+ + + diff --git a/public.css b/public.css new file mode 100644 index 0000000..7b38cea --- /dev/null +++ b/public.css @@ -0,0 +1 @@ +#navbar, .page-footer { display: none !important; }