-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
30 lines (28 loc) · 1.02 KB
/
404.html
File metadata and controls
30 lines (28 loc) · 1.02 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
26
27
28
29
30
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loweredgames Changelog Maps - 404 Pagina non trovata!</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="images/icons/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="translate.js"></script>
</head>
<body>
<header>
<h1 onclick="window.location.href='index.html'">Loweredgames Changelog Maps</h1>
</header>
<main>
<div class="error-message">
<img src="https://placehold.co/150x150/2d2d2d/ff0000/png?text=404" alt="404 Error">
<h2>Pagina non trovata</h2>
<p>Sembra che ti sia perso nel Nether! La pagina che stai cercando non esiste.</p>
<a href="index.html" class="error-button">Torna alla home</a>
</div>
</main>
<footer>
<p>© <a href="license.html">LICENZE Loweredgames</a> - Tutti i diritti riservati.</p>
</footer>
</body>
</html>