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 /grapher | |
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 'grapher')
-rw-r--r-- | grapher/index.html | 1 | ||||
-rw-r--r-- | grapher/pl/index.html | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/grapher/index.html b/grapher/index.html index 26e4af8..9b05e23 100644 --- a/grapher/index.html +++ b/grapher/index.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"> <meta name="description" content="A simple utility to help you make CV2 graphs, out-of-game."> <meta name="author" content="@✨Aleteoryx✨#1027"> + <link rel="manifest" href="/pwathings/manifest.json" /> <title>CV2 Node Graph Generator</title> <link crossorigin href="/oi.css" rel="stylesheet" type="text/css"> <link crossorigin href="style.css" rel="stylesheet" type="text/css" /> diff --git a/grapher/pl/index.html b/grapher/pl/index.html index 3dc7119..7a728b9 100644 --- a/grapher/pl/index.html +++ b/grapher/pl/index.html @@ -4,6 +4,8 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Permalinked Graph</title> + + <link rel="manifest" href="/pwathings/manifest.json" /> <link crossorigin href="style.css" rel="stylesheet" type="text/css" /> |