Files
sapper/test/app/routes/5xx.html
2018-03-17 13:18:18 -04:00

6 lines
111 B
HTML

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