mirror of
https://github.com/AzzyAz-net/azzy-assets.git
synced 2026-08-25 19:24:58 +00:00
Uploaded new ZIP, created projectcapture.astro and updated index.astro
This commit is contained in:
parent
fe0034fcf9
commit
0936470d39
3 changed files with 15 additions and 2 deletions
BIN
public/Project Capture/Trellis Incident.zip
Normal file
BIN
public/Project Capture/Trellis Incident.zip
Normal file
Binary file not shown.
|
|
@ -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">© 2026 Ahyan Zaman</p>
|
<p class="center">© 2026 Ahyan Zaman</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
12
src/pages/projectcapture.astro
Normal file
12
src/pages/projectcapture.astro
Normal 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>
|
||||||
Loading…
Add table
Reference in a new issue