diff options
author | alyx <alyx@aleteoryx.me> | 2022-06-02 20:58:28 +0000 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2022-06-02 20:58:28 +0000 |
commit | 8f6fa73cb955b9955abc9c9847f1b44cac541794 (patch) | |
tree | 3f586c5c319b03bfbaab88042fcf152d4fbc389d /grapher/index.html | |
parent | 128614a1fa9eaafed8b732775fbaf926e468b577 (diff) | |
download | RRCUtils-8f6fa73cb955b9955abc9c9847f1b44cac541794.tar.gz RRCUtils-8f6fa73cb955b9955abc9c9847f1b44cac541794.tar.bz2 RRCUtils-8f6fa73cb955b9955abc9c9847f1b44cac541794.zip |
Rebranded!
Diffstat (limited to 'grapher/index.html')
-rw-r--r-- | grapher/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grapher/index.html b/grapher/index.html index 3c88bad..aa275d2 100644 --- a/grapher/index.html +++ b/grapher/index.html @@ -3,10 +3,10 @@ <head> <meta charset="utf-8"> <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="description" content="A simple utility to help you make RRC graphs, out-of-game."> <meta name="author" content="recnet/winrg"> <link rel="manifest" href="/pwathings/manifest.json" /> - <title>CV2 Node Graph Generator</title> + <title>RRC Node Graph Generator</title> <link crossorigin href="/oi.css" rel="stylesheet" type="text/css"> <link crossorigin href="style.css" rel="stylesheet" type="text/css" /> <link crossorigin href="/lib/chips.css" rel="stylesheet" type="text/css" /> @@ -17,7 +17,7 @@ <link crossorigin href="/oi.css" rel="preload" as="style"/> <link crossorigin href="/lib/chips.css" rel="preload" as="style"/> <link crossorigin href="style.css" rel="preload" as="style"/> - <link crossorigin href="/circuitsv2.json" rel="preload" as="fetch"/> + <link crossorigin href="/circuits.json" rel="preload" as="fetch"/> <link crossorigin href="https://raw.githubusercontent.com/tyleo-rec/CircuitsV2Resources/master/misc/circuitsv2.json" rel="preload" as="fetch"/> <script crossorigin src="/lib/util.js"></script> |