deleted test page

This commit is contained in:
2026-04-06 20:27:28 +02:00
parent 3d5bb5e096
commit 70730e166b

View File

@@ -1,39 +0,0 @@
<script lang="ts">
import Content from "$lib/viewport/content.svelte";
import ImageGallery, {
type GalleryImage,
} from "$lib/lists/image-gallery.svelte";
let i: GalleryImage[] = [
{
src: "/projects/projectn5/devlog/2025/0523/birds_eye.webp",
alt: "gawk",
desc: "gawk gawk gawk longer text lmao asdf gawk gawk gawk longer text lmao asdf gawk gawk gawk longer text aasdf asalmao asdf gawk gvxcvawk gawk longer text lmao avxvsdf gawk gawk gawk lxvxonger text lmao at lmao asdf gawk gawk gawk longer text lmao asdf gawk gawk gawk longer text aasdf asalmao asdf gawk gvxcvawk gawk longer text lmao avxvsdf gawk gawk gawk lxvxonger text lmao asdf",
},
{
src: "/blog/robert.webp",
alt: "ROOOOBEEERT",
desc: "ROOOOBEEERT",
},
{
src: "/blog/2026/0208/sadstick.webp",
alt: ":(",
desc: ":(",
},
{
src: "/art/drawings/2026/0310.webp",
alt: "girl",
desc: "girl girl girl girl girlgirlgirl vgirl",
},
];
</script>
<Content>
<h1>TEST</h1>
test page go brr
<ImageGallery images={i} />
the preceding element was a cool new gallery component
</Content>