From 15fc4c5550cbae735e6b1842e848f32e9da229db Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 27 Apr 2025 15:51:29 -0400 Subject: [PATCH] WIP final --- src/app.css | 4 +++ src/app.html | 6 ++++ src/lib/components/WIP.svelte | 64 +++++++++++++++++------------------ 3 files changed, 42 insertions(+), 32 deletions(-) diff --git a/src/app.css b/src/app.css index 4c1b0c2..5b93173 100644 --- a/src/app.css +++ b/src/app.css @@ -1,2 +1,6 @@ @import "tailwindcss"; @plugin "daisyui"; + +:root { + @apply font-[Roboto]; +} diff --git a/src/app.html b/src/app.html index 77a5ff5..f8ed7f8 100644 --- a/src/app.html +++ b/src/app.html @@ -2,6 +2,12 @@ + + + %sveltekit.head% diff --git a/src/lib/components/WIP.svelte b/src/lib/components/WIP.svelte index 5c935ad..ef24ecc 100644 --- a/src/lib/components/WIP.svelte +++ b/src/lib/components/WIP.svelte @@ -1,50 +1,50 @@ -
+
- Under Construction - Caution - Work In Progress - Under Construction - Caution +

Under Construction

+

Caution

+

Work In Progress

+

Under Construction

+

Caution

- Under Construction - Caution - Work In Progress - Under Construction - Caution +

Under Construction

+

Caution

+

Work In Progress

+

Under Construction

+

Caution

- Caution - Work In Progress - Under Construction - Caution - Work In Progress +

Caution

+

Work In Progress

+

Under Construction

+

Caution

+

Work In Progress

- Caution - Work In Progress - Under Construction - Caution - Work In Progress +

Caution

+

Work In Progress

+

Under Construction

+

Caution

+

Work In Progress

- Work In Progress - Under Construction - Caution - Work In Progress - Under Construction +

Work In Progress

+

Under Construction

+

Caution

+

Work In Progress

+

Under Construction

- Work In Progress - Under Construction - Caution - Work In Progress - Under Construction +

Work In Progress

+

Under Construction

+

Caution

+

Work In Progress

+

Under Construction

@@ -52,7 +52,7 @@