Add 502 page

This commit is contained in:
Gabriel 2023-03-29 15:38:21 -04:00
parent 3f68219327
commit 401c99bf30

19
layouts/502.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
{{partial "head" .}}
<title>Service Offline</title>
</head>
<body>
{{partial "header" .}}
{{partial "banner-item" .}}
{{partial "spritesheet" .}}
<main>
<article>
<h1>Error 502</h1>
<p>Sadly due to technical difficulties or maintenance this service is offline.</p>
</article>
</main>
{{partial "footer" .}}
</body>
</html>