Files
static-pages/games/index.html
T
hikari 9c89f728b2
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 47s
feat(books,games,music): redirect to library.nhcarrigan.com
Remove books.sh and songs.sh scripts, replacing the interactive
library pages with simple redirects to the centralised library site.
2026-03-10 17:16:35 -07:00

19 lines
611 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Games</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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>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>