Errorpages/web/page.html

32 lines
1.1 KiB
HTML
Raw Normal View History

2023-11-24 19:00:35 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
2023-11-24 22:22:19 +00:00
<meta name="darkreader-lock"> <!-- Request dark reader to ignore this site. See: https://github.com/darkreader/darkreader/blob/main/CONTRIBUTING.md#disabling-dark-reader-on-your-site -->
2023-11-24 19:00:35 +00:00
<title>Montehaselino - Automatic Status Response</title>
<link href="master.css" rel="stylesheet"/>
</head>
<body>
<div>
<div id="cloud1"></div>
<div id="cloud2"></div>
<div id="cloud3"></div>
<img id="mountain" src="res/svg/error-page-overlay.svg" alt="">
<div id="rocks"></div>
<h1>ERROR</h1>
2023-11-24 22:22:19 +00:00
<h2>{{.Code}}</h2>
<h3>{{.Message}}</h3>
<a href="javascript:window.history.back();">Go Back</a>
2023-11-24 19:00:35 +00:00
<hr>
<div class="subtle">
This is an automatically generated error response page. <br>
Please contact administration if you feel this shouldn't be here.
</div>
</div>
</body>
</html>