mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-02 05:45:19 +01:00
Remove GitLab CI and redirect GitLab pages to api.minetest.net
This commit is contained in:
14
misc/redirect.html
Normal file
14
misc/redirect.html
Normal 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…</h1>
|
||||
<a href="https://api.minetest.netURL">Click here if you are not redirected.</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user