diff options
author | alyx <alyx@aleteoryx.me> | 2022-06-02 00:26:49 +0000 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2022-06-02 00:26:49 +0000 |
commit | c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44 (patch) | |
tree | 923762a989184bb6a13054d0ca668c85c53db94e /searcher/index.html | |
parent | b1ec23e3579b1528e6e7eb12f5c9f89793b5390e (diff) | |
download | RRCUtils-c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44.tar.gz RRCUtils-c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44.tar.bz2 RRCUtils-c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44.zip |
basic PWA things, fixed the searcher again
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> |