Skip to content

Commit fbce649

Browse files
Update 404.html
1 parent d4c4010 commit fbce649

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

404.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta http-equiv="refresh" content="0;url=/web/404/index.html">
7-
<title>Redirecting...</title>
8-
<script>
9-
setTimeout(() => {
10-
window.location.href = "/web/404/index.html";
11-
}, 0);
12-
</script>
6+
<link rel="shortcut icon" href="./img/icon.png">
7+
<title>ServerSMP</title>
8+
<style>
9+
html, body {
10+
margin: 0;
11+
padding: 0;
12+
height: 100%;
13+
overflow: hidden;
14+
}
15+
iframe {
16+
width: 100%;
17+
height: 100%;
18+
border: none;
19+
}
20+
</style>
1321
</head>
1422
<body>
15-
<p>If you are not redirected, <a href="/web/404/index.html">click here</a>.</p>
23+
<iframe src="/web/404/index.html"></iframe>
1624
</body>
1725
</html>

0 commit comments

Comments
 (0)