2018-07-09 21:41:17 +02:00
|
|
|
{{define "500"}}<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<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>
|
|
|
|
<div id='body' class="body">
|
|
|
|
{{template "menu" .}}
|
|
|
|
<br/>
|
|
|
|
<h1>You broke pixeldrain</h1>
|
2019-07-28 22:34:15 +02:00
|
|
|
<p>
|
|
|
|
Great job.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Just kidding, something went wrong on the pixeldrain server and
|
|
|
|
it's my fault. I'll soon be notified of the problem and will
|
|
|
|
take a look at it. You can try again in a few minutes (or
|
|
|
|
hours), or go back to the <a href='/'>home page</a> and start over.
|
|
|
|
</p>
|
2018-07-09 21:41:17 +02:00
|
|
|
{{template "footer"}}
|
|
|
|
</div>
|
|
|
|
{{template "analytics"}}
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{{end}}
|