mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-26 13:23:59 +00:00
24 lines
760 B
HTML
24 lines
760 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Server error!</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<meta name="robots" content="NOARCHIVE,NOCACHE" />
|
|
</head>
|
|
<body>
|
|
<h1>Server error!</h1>
|
|
<p>
|
|
We're sorry but something went terribly wrong and we've been unable to generate the page you requested.
|
|
</p>
|
|
<p>
|
|
This incident has been logged and will be addressed by an engineer as soon as possible.
|
|
</p>
|
|
<p>
|
|
<a onclick="javascript:history.go(-1);">
|
|
Return to previous page
|
|
</a>
|
|
<br>
|
|
<a href="{{ homepage_url }}">Go to homepage</a>
|
|
</p>
|
|
</body>
|
|
</html>
|