-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
25 lines (25 loc) · 1.15 KB
/
404.html
File metadata and controls
25 lines (25 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TerraMine Wiki - Not Found</title>
<link rel="icon" type="image/x-icon" href="/terramine/wiki/terramine/assets/favicon.ico">
<link rel="stylesheet" href="/terramine/wiki/terramine/assets/style.css">
</head>
<body>
<header>
<h1><a href="/terramine/wiki" style="text-decoration: none; color: inherit;">TerraMine Wiki</a></h1>
<h2>404 : Not Found</h2>
</header>
<section>
<p>Erm, theres maybe an error.. Try to search another thing, or explore our wiki !</p>
<p>If you are sure of what you are searching, please punish Bapt-tech for not doing his work ^^'</p>
<img src="/terramine/wiki/terramine/assets/Unknown_Node.png" alt="Unknown node" style="max-width: 100%; height: auto; display: block; margin: 1rem auto; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
</section>
<footer>
© 2025 TerraMine Wiki. All rights reserved.
<a href="/terramine/wiki">Home</a>
</footer>
</body>
</html>