diff example/foo.html @ 0:1c95a3fa76c1

initial commit of commentator
author k0s <k0scist@gmail.com>
date Sun, 24 Jan 2010 17:39:05 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/foo.html	Sun Jan 24 17:39:05 2010 -0500
@@ -0,0 +1,10 @@
+<html>
+  <body>
+    <div id="comment_on_this">
+      comment on me
+    </div>
+    <div id="dont_comment">
+      don't comment on this!
+    </div>
+  </body>
+</html>