diff options
author | Patrick Simianer <p@simianer.de> | 2015-08-26 12:04:32 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-08-26 12:04:32 +0200 |
commit | dbf290de2ed382fb245113da0550c0b7ce5f809b (patch) | |
tree | 518879fbdf97e490bd144d6df6cbfe4e7787c96c /snaptogrid.html | |
parent | 07594bccda051ca54ebb52757f5968801c5775de (diff) |
finished snap-to-grid
Diffstat (limited to 'snaptogrid.html')
-rw-r--r-- | snaptogrid.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/snaptogrid.html b/snaptogrid.html deleted file mode 100644 index 5a2e622..0000000 --- a/snaptogrid.html +++ /dev/null @@ -1,14 +0,0 @@ -<!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> - |