diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 11:07:01 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 11:07:01 -0800 |
commit | d6c615f2680e79bbb76cc85a056aadfe3524513f (patch) | |
tree | 1df0b3fe4a85a6ffcbaf06809318fc40ed062708 /js/index.html | |
parent | 31530d93448bdf93c0797540a73c6b67586ad5e1 (diff) |
Removed JS implementation, which is moving to its own repo:
<https://github.com/jgm/commonmark.js>
Diffstat (limited to 'js/index.html')
-rw-r--r-- | js/index.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/js/index.html b/js/index.html deleted file mode 100644 index 3f6c904..0000000 --- a/js/index.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>CommonMark dingus</title> - <meta http-equiv="refresh" content="0;URL='/dingus.html" > - </head> - <body> - <p>The most recent version of the CommonMark dingus can be found -at <a - href="http://try.commonmark.org/dingus.html/">/dingus.html/</a>.</p> - </body> -</html> |