8 lines
145 B
Svelte
8 lines
145 B
Svelte
<script>
|
|
import "$lib/css/form.css"
|
|
</script>
|
|
<form method='POST'>
|
|
<h1>Log out</h1>
|
|
<button type='submit'>Log Out</button>
|
|
</form>
|