Files
ruu-goblin-quest/index.html
Naomi Carrigan af72c1760b chore: back up compiled files
We lost the source code long ago
2025-06-27 15:59:32 -07:00

19 lines
940 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="user-scalable=no">
<link rel="icon" href="icon/icon.png" type="image/png">
<link rel="apple-touch-icon" href="icon/icon.png">
<link rel="stylesheet" type="text/css" href="css/game.css">
<title>Ruu&#39;s Goblin Quest</title>
<script defer data-domain="goblin.nhcarrigan.com" src="https://analytics.nhcarrigan.com/js/script.file-downloads.outbound-links.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body style="background-color: black">
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>