add redirection page

This commit is contained in:
Twann 2022-12-30 16:04:34 +01:00
parent 7f1fc51d75
commit 473fd9dafc
No known key found for this signature in database
GPG Key ID: A964862B572E3094
1 changed files with 8 additions and 0 deletions

8
index.html Normal file
View File

@ -0,0 +1,8 @@
<!doctype html>
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; url='https://update.tblock.me/2.4.0/index.json'">
</head>
<body></body>
</html>