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 /snap-to-grid.html | |
parent | 07594bccda051ca54ebb52757f5968801c5775de (diff) |
finished snap-to-grid
Diffstat (limited to 'snap-to-grid.html')
-rw-r--r-- | snap-to-grid.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/snap-to-grid.html b/snap-to-grid.html new file mode 100644 index 0000000..c44b524 --- /dev/null +++ b/snap-to-grid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- 2015-08-26 --> +<html> +<head> + <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> + <title>snap-to-grid</title> + <script src='raphael.js' type='text/javascript' charset='utf-8'></script> + <script src='snap-to-grid.js' type='text/javascript' charset='utf-8'></script> +</head> +<body> + <div id='holder'></div> + <p id='debug'></p> +</body> +</html> + |