error-page-not-found/index.html

28 lines
1.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<!-- https://nibblegap.com/ 404 Error Page. -->
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1, minimum-scale=1, width=device-width">
<meta name="color-scheme" content="dark">
<link rel="stylesheet" href="404.css">
<link rel="shortcut icon" type="image/png" sizes="48x48" href="404-48x48.png">
<link rel="icon" type="image/png" sizes="32x32" href="404-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="404-16x16.png">
<meta name="description" content="404 Error Page">
<title>Error! 404 Not Found</title>
</head>
<body>
<img title="Mr. Robot ohno!" src="robot_1024.png" width="100%" height="100%" alt="Error Mr. Robot">
<p class="par"><b class="error">404.</b> <ins class="ins">Thats an <a title="Mr. Robot" href="https://support.nibblegap.com" target="_blank" style="text-decoration:none">error</a>, my fine sir.</ins></p>
<p>The requested URL <code></code> was not found on this server. <ins class="ins">Thats all <a title="Mr. Robot" href="https://en.wikipedia.org/wiki/Mr._Robot" target="_blank" style="text-decoration:none">Mr. Robot</a> knows.</ins>
<br>
<center><a href="https://support.nibblegap.com" target="_blank"><button id="darkbutton" title="Support NibbleGap">Support</button></a></center>
</p>
<hr>
<div class="footer">
<center><small><a title="NibbleGap" href="https://nibblegap.com" target="_blank" style="text-decoration:none">NibbleGap</a></small></center>
</div>
</body>
</html>