This commit is contained in:
2026-08-16 23:49:00 +02:00
parent d2980f66d8
commit 23bad9e7a7
2 changed files with 63 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
RewriteEngine On
RewriteBase /
ErrorDocument 404 /404/index.html
+60
View File
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>moonweb.org - Page Not Found</title>
<link rel="stylesheet" type="text/css" href="/assets/css/moonweb.css">
<link rel="icon" href="/assets/images/favicon.ico">
</head>
<body background="/assets/images/background.gif" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
<div class="mobile-header">
<img src="/assets/images/logomobile.gif" alt="M O O N W E B" class="mobile-logo">
</div>
<table border="0" cellpadding="0" cellspacing="0" width="750" height="100%" class="layout-main"><tr><td valign="top" class="sidebar-left">
<table border="0" cellpadding="0" cellspacing="0" width="108">
<tr><td>
<img src="/assets/pageImage/beginning.jpg" alt="beginning" height="162" width="108" border="0">
</td></tr>
</table>
</td><td valign="top" class="content-area">
<table border="0" cellpadding="7" cellspacing="0" width="492"><tr><td>
<h1>Page Not Found</h1>
<p>The page you are looking for does not exist on moonweb.org.</p>
<p>It may have been moved, renamed, or removed.</p>
<p><a href="/">Go to the beginning</a></p>
</td></tr></table>
</td><td valign="top" class="sidebar-right">
<table border="0" cellpadding="0" cellspacing="0" width="150">
<tr height="20"><td>&nbsp;</td></tr>
<tr height="295"><td>
<table border="0" cellpadding="0" cellspacing="0"><tr>
<td width="130" valign="top">
</td>
<td width="60"><img src="/assets/images/logo.gif" height="295" width="61" alt="M O O N W E B"></td>
</tr></table>
</td></tr>
</table>
</td></tr>
<tr><td align="center"></td><td colspan="2">
<table border="0" cellpadding="10" cellspacing="0" width="610"><tr><td>
<hr>
<p class="footer">
<a href="/legal-notice/">Legal Notice</a> - (c) 2001-2026 moonweb.org
</p>
</td></tr></table>
</td></tr>
</table>
</body>
</html>