-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
41 lines (33 loc) · 1.03 KB
/
404.html
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
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://www.opendsu.org">
<script type="text/javascript">
window.location.href = "https://www.opendsu.org";
</script>
<title>Redirecting...</title>
</head>
<body>
If you are not redirected automatically, follow the <a href="https://www.opendsu.org">link to https://www.opendsu.org</a>.
</body>
</html>
<!--
<!DOCTYPE html>
<html lang="en">
<head>
<title>OpenDSU</title>
<meta charset="UTF-8">
<link href="/assets/css/main.css" rel="stylesheet" type="text/css">
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<base target="_parent">
<base href="/">
<script src="webcardinal/webcardinal.js" type="module"></script>
<link href="webcardinal/webcardinal.css" rel="stylesheet">
</head>
<body>
<webc-app-root preload="scripts/preload.js"></webc-app-root>
</body>
</html>
-->