95 lines
No EOL
2.6 KiB
HTML
95 lines
No EOL
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>Hollow Knight Completion %</title>
|
|
<meta name="description" content="">
|
|
<meta name="keywords" content="">
|
|
|
|
<meta property="og:title" content="Hollow Knight Completion %">
|
|
<meta property="og:description" content="">
|
|
<meta property="og:image" content="http://reznortech.rf.gd/favicon.png">
|
|
<meta property="og:url" content="http://reznortech.rf.gd/epic-games-store-version-history">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta property="og:site_name" content="rezno[R].tech">
|
|
<meta name="twitter:image:alt" content="">
|
|
|
|
<meta name="author" content="ReznoR Michael">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<link rel="icon" href="../favicon.png">
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script src="loadJson.js"></script>
|
|
<script src="HKCheckCompletion.js"></script>
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136831794-2"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-136831794-2');
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Hollow Knight Completion % Check</h1>
|
|
|
|
<p class="smalltext">Check what you have left for completion.</p>
|
|
|
|
<div style="margin-bottom: 20px;"></div>
|
|
|
|
<button id="startbutton" onclick="HKCheckCompletion( jsonObj );">Run Script</button>
|
|
|
|
<div style="margin-bottom: 20px;"></div>
|
|
|
|
<h2>Game Completion Status</h2>
|
|
<div id="hk-intro"></div>
|
|
|
|
<h2>Bosses:</h2>
|
|
<div id="hk-bosses"></div>
|
|
|
|
<h2>Colosseum of Fools:</h2>
|
|
<div id="hk-colosseum"></div>
|
|
|
|
<h2>Dreamers:</h2>
|
|
<div id="hk-dreamers"></div>
|
|
|
|
<h2>Dream Nail and Essence:</h2>
|
|
<div id="hk-dreamnail"></div>
|
|
|
|
<h2>Equipment:</h2>
|
|
<div id="hk-equipment"></div>
|
|
|
|
<h2>Mask Shards:</h2>
|
|
<div id="hk-maskshards"></div>
|
|
|
|
<h2>Nail Arts:</h2>
|
|
<div id="hk-nailarts"></div>
|
|
|
|
<h2>Nail Upgrades:</h2>
|
|
<div id="hk-nailupgrades"></div>
|
|
|
|
<h2>Spells:</h2>
|
|
<div id="hk-spells"></div>
|
|
|
|
<h2>Vessel Fragments:</h2>
|
|
<div id="hk-vesselfragments"></div>
|
|
|
|
<h2>Warrior Dreams:</h2>
|
|
<div id="hk-warriordreams"></div>
|
|
|
|
<h2>Grimm Troupe Content Pack:</h2>
|
|
<div id="hk-grimmtroupe"></div>
|
|
|
|
<h2>Lifeblood Content Pack:</h2>
|
|
<div id="hk-lifeblood"></div>
|
|
|
|
<h2>Godmaster Content Pack:</h2>
|
|
<div id="hk-godmaster"></div>
|
|
|
|
</body>
|
|
</html> |