19 lines
No EOL
488 B
HTML
19 lines
No EOL
488 B
HTML
<!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> |