Add 502 page
This commit is contained in:
parent
3f68219327
commit
401c99bf30
1 changed files with 19 additions and 0 deletions
19
layouts/502.html
Normal file
19
layouts/502.html
Normal 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>
|
Loading…
Reference in a new issue