Files
sapper-template/routes/5xx.html
2018-05-04 22:36:17 -04:00

22 lines
320 B
HTML

<svelte:head>
<title>Internal server error</title>
</svelte:head>
<h1>Internal server error</h1>
<style>
h1 {
text-align: center;
margin: 0 auto;
font-size: 2.8em;
text-transform: uppercase;
font-weight: 700;
margin: 0 0 0.5em 0;
}
@media (min-width: 480px) {
h1 {
font-size: 4em;
}
}
</style>