diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -2,9 +2,9 @@ <html> <head> <meta name="viewport" content="width=device-width"> - <meta name="description" content="A set of tools for working with Rec Room Circuits."> + <meta name="description" content="A set of tools for working with Rec Room Circuits(RRC)."> <meta name="author" content="recnet/winrg"> - <title>Aleteoryx's CV2Utils</title> + <title>Aleteoryx's RRCUtils</title> <link rel="manifest" href="/pwathings/manifest.json" /> <link rel="manifest" href="/pwathings/manifest.json" /> @@ -20,10 +20,10 @@ </head> <body> <div id="logo"><img src="/pwathings/icons/400x.png" alt="logo"/></div> - <h1>Welcome to CV2Utils!</h1> + <h1>Welcome to RRCUtils!</h1> <p> This is a little project of mine. - Below you'll find a collection of tools for understanding and explaining CV2, as well as playing with it out-of-game. + Below you'll find a collection of tools for understanding and explaining RRC, as well as playing with it out-of-game. This site is in a perpetual state of work-in-progress, but there's a changelog below, too. </p> <ul> @@ -47,6 +47,13 @@ <li>You can view it at <a href="/types.html">types.html</a>, by opening the DevTools console.</li> <li>The actual logic is contained in <code>/lib/types.js</code>.</li> </ul> + <li>Updated branding to say RRC instead of CV2.</li> + <li>Moved from the cv2 subdomain to the circuits subdomain. Currently the following will take you here:</li> + <ul> + <li><a href="http://circuits.aleteoryx.me">circuits.aleteoryx.me</a></li> + <li><a href="http://rrc.aleteoryx.me">rrc.aleteoryx.me</a></li> + <li><a href="http://cv2.aleteoryx.me">cv2.aleteoryx.me</a></li> + </ul> </ul> </article> </section> |