pages in folders, and .htaccess and 404
This commit is contained in:
39
404.html
Normal file
39
404.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/res/css/main.css">
|
||||
<link rel="stylesheet" href="/res/css/pages.css">
|
||||
<title>Bellsworne - 404</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="main-nav">
|
||||
<ul>
|
||||
<li><a href="/index.html">Home</a></li>
|
||||
<li><a href="/tech/">Tech</a></li>
|
||||
<li><a href="/farm/">Farm</a></li>
|
||||
<li><a href="/games" class="active">Games</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<header>
|
||||
<object id="logo" data="/res/svg/games-header-logo.svg" type="image/svg+xml"></object>
|
||||
<div class="company-title">
|
||||
<h1>404 - Page not found</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<main>
|
||||
<div class="content-container" id="about">
|
||||
<h2 style="font-size: 5em">⚠️</h2>
|
||||
<p style="font-size: 2em; text-align: center">Hey there! Looks like this page doesn't exist...</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Bellsworne LLC. All Rights Reserved.</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user