diff --git a/src/lib/elem/PageView.svelte b/src/lib/elem/PageView.svelte new file mode 100644 index 0000000..389ef64 --- /dev/null +++ b/src/lib/elem/PageView.svelte @@ -0,0 +1,16 @@ +
+
+ +
+
+ + diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 4513642..a8ecf24 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -6,5 +6,36 @@ home
-
a website that was made
+
trinket
+ + diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index d255cc9..6c84322 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -2,7 +2,8 @@ const links = [ "fruit-bro", "bear", - "cave-buddy" + "cave-buddy", + "liv", ]; diff --git a/src/routes/b/liv/+page.svelte b/src/routes/b/liv/+page.svelte new file mode 100644 index 0000000..b4ccdd0 --- /dev/null +++ b/src/routes/b/liv/+page.svelte @@ -0,0 +1,81 @@ + + +
+

Happy Birthday!

+ +

I'm not sure what to put here, so maybe I'll put a few memories

+ +
+ +

Exhibit A

+ goldfish cracker +
+ this is a big fucking goldfish, you could probably take a nap on it and + when you wake up, just start munching away +
+
+ + +

Exhibit B

+ movie poster for Paranormal Activities +
+ a really bad movie - well, maybe it's just me.
+ at least i had a good time watching it +
+
+ + +

Exhibit C

+ nails with acrylics +
the bane of my existence, aka the tickle 3000s
+
+
+ +
+

+ Well, that's enough memories for now. Especially since it's your birthday. + That means like, a whole entire year has gone bye since you were younger. +

+

+ There's so much to say, but honestly, I'm sure you don't need me, of all + people telling it to you. +

+

Anyways

+

+ Goodness knows you've been looking at this shitty site long enough, go + enjoy your special day and say hi to your lovely mom and grandparents for + me. +

+
+ + +
+ + diff --git a/static/liv/goldfish.png b/static/liv/goldfish.png new file mode 100644 index 0000000..4432025 Binary files /dev/null and b/static/liv/goldfish.png differ diff --git a/static/liv/nails.jpeg b/static/liv/nails.jpeg new file mode 100644 index 0000000..046a67a Binary files /dev/null and b/static/liv/nails.jpeg differ diff --git a/static/liv/paranormal-activities_poster.jpg b/static/liv/paranormal-activities_poster.jpg new file mode 100644 index 0000000..90e4cdc Binary files /dev/null and b/static/liv/paranormal-activities_poster.jpg differ