New repo with cleaner URL

This commit is contained in:
Balackburn 2023-07-07 17:10:35 +02:00
parent ebf3853bf3
commit e3ef84aeb9

13
Altstore/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Redirecting to Altstore Repo</title>
<script>
window.location.replace('https://raw.githubusercontent.com/Balackburn/YTLitePlusAltstore/main/apps.json');
</script>
</head>
<body>
<p>If you are not redirected automatically, <a href="https://raw.githubusercontent.com/Balackburn/YTLitePlusAltstore/main/apps.json">click here</a>.</p>
</body>
</html>