32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!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">
|
|
<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 -->
|
|
<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>
|
|
<h2>{{.Code}}</h2>
|
|
<h3>{{.Message}}</h3>
|
|
<a href="javascript:window.history.back();">Go Back</a>
|
|
<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>
|
|
|