mirror of
https://gitlab.com/nyx-space/nyx
synced 2026-03-08 00:54:16 +09:00
11 lines
207 B
HTML
11 lines
207 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redirecting</title>
|
|
<meta http-equiv = "refresh" content = "0; url = ./nyx_space/" />
|
|
</head>
|
|
<body>
|
|
<p>Redirecting ...</p>
|
|
</body>
|
|
</html>
|