This commit is contained in:
ThePetrovich 2025-04-05 23:12:38 +08:00
commit 19a8cdc1d6
4 changed files with 109 additions and 0 deletions

View file

@ -1,5 +1,6 @@
<script>
import { goto } from '$app/navigation';
import Navbar from '../Navbar.svelte';
let username = '';
let password = '';