9 lines
159 B
Svelte
9 lines
159 B
Svelte
|
|
<script lang="ts">
|
||
|
|
import { html } from "../tos.md";
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<svelte:head>
|
||
|
|
<title>Catalogger - Terms of Service</title>
|
||
|
|
</svelte:head>
|
||
|
|
|
||
|
|
{@html html}
|