summaryrefslogtreecommitdiff
path: root/snaptogrid.html
diff options
context:
space:
mode:
Diffstat (limited to 'snaptogrid.html')
-rw-r--r--snaptogrid.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/snaptogrid.html b/snaptogrid.html
new file mode 100644
index 0000000..5a2e622
--- /dev/null
+++ b/snaptogrid.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>derivation editor</title>
+ <script src="raphael.js" type="text/javascript" charset="utf-8"></script>
+ <script src="snaptogrid.js" type="text/javascript" charset="utf-8"></script>
+</head>
+<body>
+ <div id="holder"></div>
+ <p id="debug"></p>
+</body>
+</html>
+