From c33395fbd00810b80cdc07fac79a53c9d3366a6f Mon Sep 17 00:00:00 2001
From: james pannacciulli <jpnc@jpnc.info>
Date: Wed, 28 Jun 2023 06:57:43 -0400
Subject: add README.md and licensing info

---
 html/index.html | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'html/index.html')

diff --git a/html/index.html b/html/index.html
index d865614..88e6af6 100644
--- a/html/index.html
+++ b/html/index.html
@@ -70,6 +70,7 @@
   <input id="the_lines" name = "pathlines" type="checkbox" value="Lines">
   <div id="svg-target"></div>
   <script>
+    // @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt
     const targetDiv = document.getElementById('svg-target');
     const svgNode = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
     svgNode.setAttributeNS(null, 'viewBox', '0 0 1500 1000');
@@ -187,6 +188,8 @@
         }
       }
     );
+  // @license-end
   </script>
+  <a href="https://git.jpnc.info/calligram.me/">src</a>
 </body>
 </html>
-- 
cgit v1.2.3