2018-07-09 21:41:17 +02:00
|
|
|
{{define "500"}}<!DOCTYPE html>
|
2020-01-17 20:32:21 +01:00
|
|
|
<html lang="en">
|
2018-07-09 21:41:17 +02:00
|
|
|
<head>
|
2019-07-28 22:34:15 +02:00
|
|
|
{{template "meta_tags" "500, Internal Server Error"}}
|
2019-02-18 13:37:41 +01:00
|
|
|
{{template "user_style" .}}
|
2018-07-09 21:41:17 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2019-09-17 23:38:40 +02:00
|
|
|
{{template "page_top" .}}
|
2022-01-03 14:02:50 +01:00
|
|
|
<div class="checkers inset">
|
|
|
|
<h1>You broke pixeldrain</h1>
|
|
|
|
</div>
|
|
|
|
<div class="limit_width">
|
2019-07-28 22:34:15 +02:00
|
|
|
<p>
|
|
|
|
Great job.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Just kidding, something went wrong on the pixeldrain server and
|
2020-07-20 23:27:45 +02:00
|
|
|
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.
|
2019-07-28 22:34:15 +02:00
|
|
|
</p>
|
2022-01-03 14:02:50 +01:00
|
|
|
</div>
|
2019-09-17 23:38:40 +02:00
|
|
|
{{template "page_bottom" .}}
|
2018-07-09 21:41:17 +02:00
|
|
|
{{template "analytics"}}
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{{end}}
|