From 1473227a75101f5b76d6b522da5737df2f5eb058 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 28 Jun 2019 21:44:43 +0530 Subject: added basic interface for development --- static/website/templates/diff.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 static/website/templates/diff.html (limited to 'static/website/templates/diff.html') diff --git a/static/website/templates/diff.html b/static/website/templates/diff.html new file mode 100644 index 0000000..ecd6588 --- /dev/null +++ b/static/website/templates/diff.html @@ -0,0 +1,32 @@ + + +
+ Diff between [1] and + [2] +
+ +
+ +
+ [green text] -> exist in [2] but not in [1]
+ [red text] -> exist in [1] but not in [2] +
+ +
+ +
+
\ No newline at end of file -- cgit