website/404.html
2025-03-24 19:55:45 +01:00

45 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1MVYJRKPK2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1MVYJRKPK2');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ReviveMii - 404</title>
<audio src="/assets/Error.mp3" autoplay="" preload></audio>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f8f8f8;
font-family: Arial, sans-serif;
}
img {
max-width: 100%;
height: auto;
}
.container {
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<img src="/4error.jpg">
<br>
<a href="/">Home</a>
<p style="color: grey">TheErrorExe & ReviveMii Project 2025</p>
</div>
</body>
</html>