Add another attempt with python
This commit is contained in:
10
rust_warp_svelte/ui/src/routes/NotFound.svelte
Normal file
10
rust_warp_svelte/ui/src/routes/NotFound.svelte
Normal file
@@ -0,0 +1,10 @@
|
||||
<script lang="ts">
|
||||
export let redirect;
|
||||
</script>
|
||||
|
||||
<main>
|
||||
<div>
|
||||
404 -- Not Found
|
||||
</div>
|
||||
<button on:click={() => redirect("/")}>Back to home</button>
|
||||
</main>
|
||||
Reference in New Issue
Block a user