Files
sludge-link/src/routes/thread/[id]/+page.svelte
T
will f24d3c6cd5 Starting work on thread stuff. This is probably a terrible idea but I guess I am going to find out why.
Updating a bunch of the Sludge fest pages and the front page to have more relevant info
2026-06-13 01:22:26 -05:00

18 lines
186 B
Svelte

<script lang="ts">
</script>
<svelte:head>
<title></title>
<meta name="description" content="" />
</svelte:head>
<section>
</section>
<style lang="scss">
section {
}
</style>