feat(books,games,music): redirect to library.nhcarrigan.com
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 47s

Remove books.sh and songs.sh scripts, replacing the interactive
library pages with simple redirects to the centralised library site.
This commit is contained in:
2026-03-10 17:16:35 -07:00
committed by Naomi Carrigan
parent 3aa74428cb
commit 9c89f728b2
5 changed files with 15 additions and 311 deletions
+3 -24
View File
@@ -4,36 +4,15 @@
<title>Games</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="These are the various games we have developed!" />
<meta name="description" content="Naomi's game library has moved to library.nhcarrigan.com." />
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
</head>
<body>
<main>
<h1>Games</h1>
<section>
<p>These are the various games we have developed.</p>
</section>
<section>
<h2>Links</h2>
<p>
<a href="https://beccalia.nhcarrigan.com/">
🩵 Beccalia Series
</a>
</p>
<p>
<a href="https://goblin.nhcarrigan.com">
🩷 Ruu's Goblin Quest
</a>
</p>
<p>
<a href="https://loan.nhcarrigan.com">
🩵 Life of a Naomi
</a>
</p>
<p>
We are currently on a hiatus from game development. But we may return in the future - be sure to join our Discord server so you don't miss any updates~!
</p>
<p>This page has moved! You can find Naomi's game library at <a href="https://library.nhcarrigan.com">library.nhcarrigan.com</a>.</p>
</section>
</main>
</body>
</html>
</html>