diff options
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> |