mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 03:25:24 +00:00
6 lines
96 B
HTML
6 lines
96 B
HTML
<svelte:head>
|
|
<title>{status}</title>
|
|
</svelte:head>
|
|
|
|
<h1>Not found</h1>
|
|
<p>{error.message}</p> |