diff options
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
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> |