diff options
author | alyx <alyx@aleteoryx.me> | 2022-02-06 16:09:29 +0000 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2022-02-06 16:09:29 +0000 |
commit | fb1876db725b1d96d3fb58d2a597a12e36ca7b39 (patch) | |
tree | e3fe932f2ba848dbb6b3f2f13816aead257a4d6a /grapher/pl/index.html | |
parent | 21bc06407c450a3ae5643d5462c452ec92b3d782 (diff) | |
download | RRCUtils-fb1876db725b1d96d3fb58d2a597a12e36ca7b39.tar.gz RRCUtils-fb1876db725b1d96d3fb58d2a597a12e36ca7b39.tar.bz2 RRCUtils-fb1876db725b1d96d3fb58d2a597a12e36ca7b39.zip |
permalinking is fully operational
Diffstat (limited to 'grapher/pl/index.html')
-rw-r--r-- | grapher/pl/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/grapher/pl/index.html b/grapher/pl/index.html new file mode 100644 index 0000000..3dc7119 --- /dev/null +++ b/grapher/pl/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Permalinked Graph</title> + + <link crossorigin href="style.css" rel="stylesheet" type="text/css" /> + + <link crossorigin href="script.js" rel="preload" as="script"/> + <link crossorigin href="style.css" rel="preload" as="style"/> + + + <script crossorigin src="script.js"></script> + </head> + <body> + <div id="header"><span><b>By: <i><span id="author"></span></i></b></span><a href="../" id="linker">Open in Editor</a></div> + <iframe src="../" id="frame"></iframe> + </body> +</html>
\ No newline at end of file |