aboutsummaryrefslogtreecommitdiff
path: root/js/index.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-24 11:07:01 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-24 11:07:01 -0800
commitd6c615f2680e79bbb76cc85a056aadfe3524513f (patch)
tree1df0b3fe4a85a6ffcbaf06809318fc40ed062708 /js/index.html
parent31530d93448bdf93c0797540a73c6b67586ad5e1 (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.html12
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>