generated from nhcarrigan/template
9c89f728b2
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.
19 lines
611 B
HTML
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>
|