Spaces:
Runtime error
Runtime error
Commit ·
67d7fd1
1
Parent(s): 04c1d08
feat: added site redirector
Browse files- index.html +9 -0
index.html
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<meta http-equiv="refresh" content="0; URL='http://dono-03.danbot.host:2521'" />
|
| 5 |
+
</head>
|
| 6 |
+
<body>
|
| 7 |
+
<p>Redirecting To Main Site ...</p>
|
| 8 |
+
</body>
|
| 9 |
+
</html>
|