058962929d
Signed-off-by: Peter Siegmund <developer@mars3142.org>
6 lines
107 B
Svelte
6 lines
107 B
Svelte
<script lang="ts">
|
|
import { t } from "./i18n/store";
|
|
</script>
|
|
|
|
<h1>{$t("welcome")} - Captive Portal</h1>
|