34 lines
912 B
HTML
34 lines
912 B
HTML
{{define "500"}}<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{{template "meta_tags" "500, Internal Server Error"}}
|
|
</head>
|
|
|
|
<body>
|
|
{{template "page_top" .}}
|
|
<header>
|
|
<h1>You broke pixeldrain</h1>
|
|
</header>
|
|
<div id="page_content" class="page_content">
|
|
<section>
|
|
<p>
|
|
Great job.
|
|
</p>
|
|
<p>
|
|
Just kidding, something went wrong on the pixeldrain server and
|
|
it's my fault. This can happen when the website is overloaded,
|
|
there is a problem with the software or there is a hardware
|
|
problem. When there is a large scale outage you can usually find
|
|
more info on my twitter <a
|
|
href="https://twitter.com/Fornax96"></a>@Fornax96</a>. You can
|
|
try again in a few minutes (or hours), or go back to the <a
|
|
href='/'>home page</a> and start over.
|
|
</p>
|
|
</section>
|
|
</div>
|
|
{{template "page_bottom" .}}
|
|
{{template "analytics"}}
|
|
</body>
|
|
</html>
|
|
{{end}}
|