Files
nyx/docs/index.html
Thomas Antony 8c551b41d9 Update .gitlab-ci.yml to build docs
- Add doc/index.html for auto-redirect
2021-06-28 23:57:33 -05:00

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>