Uploaded new ZIP, created projectcapture.astro and updated index.astro

This commit is contained in:
Ahyan Z 2026-06-28 19:38:15 +01:00
parent fe0034fcf9
commit 0936470d39
3 changed files with 15 additions and 2 deletions

Binary file not shown.

View file

@ -12,10 +12,11 @@ import './style.css';
</head> </head>
<body> <body>
<h1>Welcome to the Files Page!</h1> <h1>Welcome to the Files Page!</h1>
<p class="center">Home to APKs and the Pasquale Files</p> <p class="center">Home to APKs and Project Capture</p>
<div class="link-row center"> <div class="link-row center">
<a href="/downloads">Downloads</a> <a href="/downloads">Downloads</a>
<a href="/pasquale">Pasquale Files</a> <a href="/pasquale">Project Capture - Pasquale Files</a>
<a href="/Project%20Capture/Trellis%20Incident.zip">Project Capture - Trellis Incident</a>
</div> </div>
<p class="center">&copy; 2026 Ahyan Zaman</p> <p class="center">&copy; 2026 Ahyan Zaman</p>
</body> </body>

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Project Capture</title>
</head>
<body>
<h1>Project Capture</h1>
<p>TBA</p>
<body>
</html>