From 421862aaae40218fd22c488d467b77afcc5c4e9e Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 17 May 2022 15:18:56 +0200 Subject: [PATCH] feat: add navbar Fixes #5 Signed-off-by: Matej Focko --- comparator.html | 163 +++++++++++++++++++++++++++++++++++++----------- index.html | 29 +++++++++ 2 files changed, 156 insertions(+), 36 deletions(-) diff --git a/comparator.html b/comparator.html index 98dadc4..1bd2fbf 100755 --- a/comparator.html +++ b/comparator.html @@ -4,17 +4,56 @@ - + + +
- +
@@ -25,7 +64,12 @@
- +
@@ -34,23 +78,45 @@
-

Choose left tree:

- - + + - + - - + +
@@ -59,23 +125,46 @@

Choose right tree:

- - + + - + - - + +
-
- +
+
@@ -111,24 +200,26 @@
+
- - - + + + - + - - - - - + + + + + - + - - + > + diff --git a/index.html b/index.html index fd54a68..1a209a7 100755 --- a/index.html +++ b/index.html @@ -13,6 +13,35 @@ + +