Updated index.astro

This commit is contained in:
Ahyan Z 2026-06-09 18:58:49 +01:00
parent b987f91d8c
commit 255fa552e5

View file

@ -11,12 +11,9 @@ import './style.css';
<link rel="favicon" href="/favicon.png"> <link rel="favicon" href="/favicon.png">
</head> </head>
<body> <body>
<h1>Welcome to the Assets Page!</h1> <h1>Welcome to the Files Page!</h1>
<p class="center">Downloads are supposed to be private but I am trying to implement auth but its open for now</p> <p class="center">Home to APKs and the Pasquale Files</p>
<a class="center" href="/downloads">Downloads</a> <a class="center" href="/downloads">Downloads</a>
<p>This is mostly assets for favicons and backgrounds etc, but theres also apks that I may have patched to api revivals like Blueblips or Valoria Snap</p>
<p>This index.astro page originally had a "Go back to the main site" but now this is a download page</p>
<p class="center">Downloads are above.</p>
<p class="center">&copy; 2026 Ahyan Zaman</p> <p class="center">&copy; 2026 Ahyan Zaman</p>
</body> </body>
</html> </html>