generated from nhcarrigan/template
chore: back up compiled files
We lost the source code long ago
This commit is contained in:
18
index.html
Normal file
18
index.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!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'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>
|
Reference in New Issue
Block a user