diff options
Diffstat (limited to 'searcher/index.html')
-rw-r--r-- | searcher/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/searcher/index.html b/searcher/index.html index f6ae0a1..e02fabb 100644 --- a/searcher/index.html +++ b/searcher/index.html @@ -6,6 +6,8 @@ <meta name="description" content="A simple utility to help you work out what chips do."> <meta name="author" content="@✨Aleteoryx✨#1027"> <title>CV2 Chip Searcher</title> + <link rel="manifest" href="/pwathings/manifest.json" /> + <link crossorigin href="style.css" rel="stylesheet" type="text/css" /> <link crossorigin href="/lib/chips.css" rel="stylesheet" type="text/css" /> @@ -88,7 +90,7 @@ </div> <hr/> <div id="resultslist"></div> - <p id="grapherlink">Also check out <a href="/grapher">The graphing tool</a>!</p> + <!--<p id="grapherlink">Also check out <a href="/grapher">The graphing tool</a>!</p>--> <p>Maintained by <a href="https://rec.net/user/winrg" target="_blank" rel="noopener noreferrer">@winrg</a>/<code>@✨Aleteoryx, Keeper of Names✨#1027</code></p> <details id="helpbox"> <summary>?</summary> |