mirror of
https://github.com/AzzyAz-net/azzy-assets.git
synced 2026-08-25 19:24:58 +00:00
Updated downloads.astro
This commit is contained in:
parent
e7381da6f1
commit
b987f91d8c
2 changed files with 29 additions and 10 deletions
|
|
@ -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">© 2026 Ahyan Zaman</p>
|
<p class="center">© 2026 Ahyan Zaman</p>
|
||||||
</body>
|
</body>
|
||||||
28
src/pages/pdownloads.astro
Normal file
28
src/pages/pdownloads.astro
Normal 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">© 2026 Ahyan Zaman</p>
|
||||||
|
</body>
|
||||||
Loading…
Add table
Reference in a new issue