We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c4010 commit fbce649Copy full SHA for fbce649
1 file changed
404.html
@@ -3,15 +3,23 @@
3
<head>
4
<meta charset="UTF-8">
5
<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>
+ <link rel="shortcut icon" href="./img/icon.png">
+ <title>ServerSMP</title>
+ <style>
+ html, body {
+ margin: 0;
+ padding: 0;
+ height: 100%;
13
+ overflow: hidden;
14
+ }
15
+ iframe {
16
+ width: 100%;
17
18
+ border: none;
19
20
+ </style>
21
</head>
22
<body>
- <p>If you are not redirected, <a href="/web/404/index.html">click here</a>.</p>
23
+ <iframe src="/web/404/index.html"></iframe>
24
</body>
25
</html>
0 commit comments