mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 19:45:26 +00:00
6 lines
111 B
HTML
6 lines
111 B
HTML
<:Head>
|
|
<title>Internal server error</title>
|
|
</:Head>
|
|
|
|
<h1>Internal server error</h1>
|
|
<p>{{error.message}}</p> |