From fb1876db725b1d96d3fb58d2a597a12e36ca7b39 Mon Sep 17 00:00:00 2001 From: alyx <alyx@aleteoryx.me> Date: Sun, 6 Feb 2022 16:09:29 +0000 Subject: permalinking is fully operational --- grapher/pl/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 grapher/pl/index.html (limited to 'grapher/pl/index.html') 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 -- cgit v1.2.3-70-g09d2