Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
32 changes: 16 additions & 16 deletions src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<title>404 Not Found - Legacy HuskyNZ Sites</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<body color="#C0C0C0">
<body background="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/dark-grey-background-2inavli1uroxohlm.jpg">
<center>
<img width="1500" height="5" src="https://legacy.husky.nz/HLINE.gif">
<img width="1500" height="5" src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/HLINE.gif">
<table border="1" width="80%" cellpadding="10" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td>
<center>
<font size="6" color="#FF0000"><b>404 - Page Not Found</b></font><br>
<br>
<img src="http://legacy.husky.nz/default.png" alt="HuskyNZ Logo" width="80" height="80"><br><br>
<img src="https://serv.husky.nz/logo/default.png" alt="HuskyNZ Logo" width="80" height="80"><br><br>
<font size="4" color="#0000FF">Oops! The page you're looking for doesn't exist.</font>
<br><br>
<marquee behavior="alternate" scrollamount="3">
Expand All @@ -28,24 +28,24 @@
</td>
</tr>
</table>
<img width="1500" height="5" src="https://legacy.husky.nz/HLINE.gif">
<img width="1500" height="5" src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/HLINE.gif">
<br><br>
<img src="https://legacy.husky.nz/peter.gif" alt="" width="88" height="31">
<img src="https://legacy.husky.nz/hetzner.gif" alt="" width="88" height="31">
<img src="https://legacy.husky.nz/mswinntiis.gif" alt="" width="88" height="31">
<img src="https://legacy.husky.nz/html3_s1.gif" alt="" width="88" height="31">
<img src="https://legacy.husky.nz/netscape2.gif" alt="" width="88" height="31">
<img src="https://legacy.husky.nz/notepad2.gif" alt="" width="88" height="31">
<img src="https://legacy.husky.nz/mozilla3.gif" alt="" width="88" height="31">
<img src="https://legacy.husky.nz/iexplorer.gif" alt="" width="88" height="31">
<img src="https://legacy.husky.nz/bestviewedcomp.gif" alt="" width="88" height="31">
<img src="https://legacy.husky.nz/javascript-zero.png" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/peter.gif" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/hetzner.gif" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/mswinntiis.gif" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/html3_s1.gif" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/netscape2.gif" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/notepad2.gif" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/mozilla3.gif" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/iexplorer.gif" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/bestviewedcomp.gif" alt="" width="88" height="31">
<img src="https://raw.githubusercontent.com/huskynz/legacy/refs/heads/master/javascript-zero.png" alt="" width="88" height="31">
<br>
<table border="0" width="80%">
<tr>
<td align="center">
<font size="2" color="#808080">&copy; 1999-2024 HuskyNZ. All Rights Reserved.<br>
<i>This page was last updated on 19/10/24</i></font><br>
<font size="2" color="#808080">&copy; 1999-2025 HuskyNZ. All Rights Reserved.<br>
<i>This page was last updated on 9/25/25</i></font><br>
</td>
</tr>
</table>
Expand Down