diff options
Diffstat (limited to 'static/website/templates/diff.html')
-rw-r--r-- | static/website/templates/diff.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/static/website/templates/diff.html b/static/website/templates/diff.html deleted file mode 100644 index ecd6588..0000000 --- a/static/website/templates/diff.html +++ /dev/null @@ -1,32 +0,0 @@ -<style type="text/css"> - #diff-area { - white-space: pre; - } - - ins { - text-decoration: none; - background-color: lightgreen; - } - - del { - text-decoration: none; - background-color: red; - } -</style> - -<div> - Diff between [1] <strong><span id="diff-first"></span></strong> and - [2] <strong><span id="diff-second"></span></strong> -</div> - -<hr> - -<div> - [green text] -> exist in [2] but not in [1]<br> - [red text] -> exist in [1] but not in [2] -</div> - -<hr> - -<div id="diff-area"> -</div>
\ No newline at end of file |