We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b01ca8 commit 866b9b3Copy full SHA for 866b9b3
src/pages/resources/archives.astro
@@ -15,9 +15,10 @@ import Main from "../../layouts/Main.astro";
15
<a href="https://www.cs.mun.ca/~csclub/archive/home_page_2005/">
16
<li>Home Page - 2005</li>
17
</a>
18
- <li>
19
- Home Page 2021 <i>(WIP)</i>
20
- </li>
+ <!-- it would be nice to have this live on ~csclub as well, but this is better than no link -->
+ <a href="https://web.archive.org/web/20210803020452/http://muncompsci.ca/">
+ <li>Home Page - 2021</li>
21
+ </a>
22
<a href="https://www.cs.mun.ca/~csclub/archive/photos_and_documents/">
23
<li>Misc. Photos and Documents</li>
24
0 commit comments