From 2c44bb77c7f241415a2101f6cb33edcdf976d622 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Sat, 25 Apr 2015 00:09:50 -0400 Subject: initial commit --- templates/diff_template.html | 79 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 templates/diff_template.html (limited to 'templates') diff --git a/templates/diff_template.html b/templates/diff_template.html new file mode 100644 index 0000000..2f8f90b --- /dev/null +++ b/templates/diff_template.html @@ -0,0 +1,79 @@ + + + + + + + %(html_title)s + + + + + + + + + +
+
+ %(page_title)s +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+
+ ❬ Original +
+
+ 01234567890123456789012345678901234567890123456789012345678901234567890123456789 +
+ %(original_code)s +
+
+
+ ❭ Modified +
+
+ 01234567890123456789012345678901234567890123456789012345678901234567890123456789 +
+ %(modified_code)s +
+
+ + + + + \ No newline at end of file -- cgit