Upload files to "/"

This commit is contained in:
beenull 2024-01-28 14:28:53 +00:00
parent dd1cd28cd8
commit 9afb694713
5 changed files with 28 additions and 0 deletions

BIN
404-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

BIN
404-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

BIN
404-48x48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

28
index.html Normal file
View File

@ -0,0 +1,28 @@
<!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="author" href="/humans.txt">
<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>

BIN
robot_1024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB