Files
sapper/test/app/routes/5xx.html
2018-05-03 21:54:23 -04:00

6 lines
121 B
HTML

<svelte:head>
<title>Internal server error</title>
</svelte:head>
<h1>Internal server error</h1>
<p>{error.message}</p>