Updated downloads.astro

This commit is contained in:
Ahyan Z 2026-06-09 18:54:23 +01:00
parent e7381da6f1
commit b987f91d8c
2 changed files with 29 additions and 10 deletions

View file

@ -12,16 +12,7 @@ import './style.css';
</head> </head>
<body> <body>
<h1>Downloads:</h1> <h1>Downloads:</h1>
<p class="center">ValoriaSnap:</p> <p class="center"><strong>Downloads are soon.</strong></p>
<a class="center" href="/ValoriaSnap/Snapchat_4.1.07_Patched with ValoriaSnap_R1_signed.apk">4.1.07 (R1)</a>
<a class="center" href="/ValoriaSnap/Snapchat_4.1.07_Patched with ValoriaSnap_R2_signed.apk">4.1.07 (R2)</a>
<p class="center">Blueblips (Android):</p>
<a class="center" href="/Blueblips/Twitter_5.34.0_Patched with Blueblips_R1_signed.apk">5.34.0 (R1)</a>
<a class="center" href="/Blueblips/Twitter_5.0_Patched with Blueblips, R1_signed.apk">5.0 (R1, Android 2x only)</a>
<a class="center" href="/Blueblips/Twitter_5.45_Patched with Blueblips,_R1_signed.apk">5.45 (R1)</a>
<p class="center">BlueVine (Android):</p>
<a class="center" href="/BlueVine/Vine_1.3.5_Test Patch with Blueblips Revision 1_signed.apk">1.3.5</a>
<a class="center" href="/BlueVine/Vine_1.4.6_Test Patch with Blueblips Revision 2_signed.apk">1.4.6</a>
<p class="center">Last updated 06/06/26 at 11:08 am</p> <p class="center">Last updated 06/06/26 at 11:08 am</p>
<p class="center">&copy; 2026 Ahyan Zaman</p> <p class="center">&copy; 2026 Ahyan Zaman</p>
</body> </body>

View file

@ -0,0 +1,28 @@
---
import './style.css';
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Downloads</title>
<link rel="favicon" href="/favicon.png">
</head>
<body>
<h1>Downloads:</h1>
<p class="center">Private downloads only, you shall not pass! (or you did idk)</p>
<p class="center">ValoriaSnap:</p>
<a class="center" href="/ValoriaSnap/Snapchat_4.1.07_Patched with ValoriaSnap_R1_signed.apk">4.1.07 (R1)</a>
<a class="center" href="/ValoriaSnap/Snapchat_4.1.07_Patched with ValoriaSnap_R2_signed.apk">4.1.07 (R2)</a>
<p class="center">Blueblips (Android):</p>
<a class="center" href="/Blueblips/Twitter_5.34.0_Patched with Blueblips_R1_signed.apk">5.34.0 (R1)</a>
<a class="center" href="/Blueblips/Twitter_5.0_Patched with Blueblips, R1_signed.apk">5.0 (R1, Android 2x only)</a>
<a class="center" href="/Blueblips/Twitter_5.45_Patched with Blueblips,_R1_signed.apk">5.45 (R1)</a>
<p class="center">BlueVine (Android):</p>
<a class="center" href="/BlueVine/Vine_1.3.5_Test Patch with Blueblips Revision 1_signed.apk">1.3.5</a>
<a class="center" href="/BlueVine/Vine_1.4.6_Test Patch with Blueblips Revision 2_signed.apk">1.4.6</a>
<p class="center">Last updated 06/06/26 at 11:08 am</p>
<p class="center">&copy; 2026 Ahyan Zaman</p>
</body>