diff options
author | Patrick Simianer <p@simianer.de> | 2015-10-28 12:46:16 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-10-28 12:46:16 +0100 |
commit | 20461c1beb880be96727265266e483b79cbeec04 (patch) | |
tree | 6c73b7e0cea8eeb250ed809cdff68479c1fe24d3 /snap-to-grid.html | |
parent | c30fffb3e22e38baf035d2ffb371cca34765858a (diff) |
rm snap-to-grid stand alone
Diffstat (limited to 'snap-to-grid.html')
-rw-r--r-- | snap-to-grid.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/snap-to-grid.html b/snap-to-grid.html deleted file mode 100644 index c44b524..0000000 --- a/snap-to-grid.html +++ /dev/null @@ -1,15 +0,0 @@ -<!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> - |