summaryrefslogtreecommitdiff
path: root/edit.html
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-08-10 20:27:37 +0200
committerPatrick Simianer <p@simianer.de>2015-08-10 20:27:37 +0200
commit5332f83d887e86555bc64d95aa1ce28a97e64b88 (patch)
treeedb69ce811b3b13a1f3ccb51d4e885b41e472e5c /edit.html
parente2ac5fb580540c302139b836056d27a86290555d (diff)
fix
Diffstat (limited to 'edit.html')
-rw-r--r--edit.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/edit.html b/edit.html
new file mode 100644
index 0000000..496fa35
--- /dev/null
+++ b/edit.html
@@ -0,0 +1,13 @@
+<!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="r.js" type="text/javascript" charset="utf-8"></script>
+</head>
+<body>
+ <div id="holder"></div>
+</body>
+</html>
+