1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-02 13:55:19 +01:00

Remove GitLab CI and redirect GitLab pages to api.minetest.net

This commit is contained in:
rubenwardy
2024-01-10 20:31:39 +00:00
parent a7eaee77ca
commit d98ea7fdb6
3 changed files with 68 additions and 115 deletions

14
misc/redirect.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Minetest API documentation</title>
<link rel="canonical" href="https://api.minetest.netURL">
<meta http-equiv="refresh" content="0; url=https://api.minetest.netURL">
</head>
<body>
<h1>Redirecting&hellip;</h1>
<a href="https://api.minetest.netURL">Click here if you are not redirected.</a>
</body>
</html>