diff options
author | james pannacciulli <jpnc@jpnc.info> | 2023-06-28 06:57:43 -0400 |
---|---|---|
committer | james pannacciulli <jpnc@jpnc.info> | 2023-06-28 06:57:43 -0400 |
commit | c33395fbd00810b80cdc07fac79a53c9d3366a6f (patch) | |
tree | 3cbc0ec6b2be6f2f7a1b43ebe2735e2e500b8d9d /html | |
parent | fc66c5c842c1622ee0c67c505c3b477d9dcad2cb (diff) | |
download | calligram.me-c33395fbd00810b80cdc07fac79a53c9d3366a6f.tar.gz calligram.me-c33395fbd00810b80cdc07fac79a53c9d3366a6f.tar.bz2 |
add README.md and licensing info
Diffstat (limited to '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> |