40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<!doctype html>
|
|
|
|
<html lang="en-ca">
|
|
<head>
|
|
<title>400 | Cutieguwu</title>
|
|
<include src="includes/meta.html" />
|
|
</head>
|
|
<body>
|
|
<nav class="pane">
|
|
<include src="includes/nav_header.html" />
|
|
<include src="includes/nav_menu.html" />
|
|
<div class="location">
|
|
<header><h4>You are here:</h4></header>
|
|
<h5 class="page">Error - 400</h5>
|
|
</div>
|
|
<include src="includes/nav_quick_links.html" />
|
|
</nav>
|
|
<main class="pane error">
|
|
<div class="body">
|
|
<header>
|
|
<h1 class="title">400</h1>
|
|
<h2>Bad Request!</h2>
|
|
</header>
|
|
<hr />
|
|
<p>
|
|
The server cannot or will not process this request due to apparent client-side
|
|
error or deception.
|
|
</p>
|
|
</div>
|
|
<include src="includes/tailer.html" />
|
|
</main>
|
|
<div class="pane spacer">
|
|
<div class="spacer_container"><p>#AD</p></div>
|
|
<div class="spacer_container"><p>#AD</p></div>
|
|
</div>
|
|
<include src="includes/footer.html" />
|
|
<include src="includes/scripts.html" />
|
|
</body>
|
|
</html>
|