descriptions
This commit is contained in:
parent
6deb533310
commit
da1d53b12e
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||||||
<link href="css/fontello.css" rel="stylesheet">
|
<link href="css/fontello.css" rel="stylesheet">
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href="css/style.css" rel="stylesheet">
|
||||||
<title>Hollow Knight: Analyze Save Completion</title>
|
<title>Hollow Knight: Analyze Save Completion Online</title>
|
||||||
<meta name="description" content="A simple open source tool for checking what you missed for your Game Completion Percentage.">
|
<meta name="description" content="A simple open source tool for checking what you missed for your Game Completion Percentage.">
|
||||||
<meta name="keywords" content="hollow knight, tool, online, save, game, completion, check, checker, percentage, percent, left">
|
<meta name="keywords" content="hollow knight, tool, online, save, game, completion, check, checker, percentage, percent, left">
|
||||||
|
|
||||||
|
|
@ -105,10 +105,10 @@
|
||||||
<!-- Instantly load test file (Debugging script) -->
|
<!-- Instantly load test file (Debugging script) -->
|
||||||
<!-- <script src="js/LoadJson.js"></script> -->
|
<!-- <script src="js/LoadJson.js"></script> -->
|
||||||
|
|
||||||
<!-- Load Save File testing -->
|
<!-- Load Save File for opening files, decoding, decryption -->
|
||||||
<script src="js/LoadSaveFile.js"></script>
|
<script src="js/LoadSaveFile.js"></script>
|
||||||
|
|
||||||
<!-- Main script -->
|
<!-- Main script for analyzing the decoded save file -->
|
||||||
<script src="js/HKCheckCompletion.js"></script>
|
<script src="js/HKCheckCompletion.js"></script>
|
||||||
|
|
||||||
<!-- Populate HTML at load (before img and css) -->
|
<!-- Populate HTML at load (before img and css) -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue