summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html
index af3f5dd..62021bf 100644
--- a/client/index.html
+++ b/client/index.html
@@ -42,6 +42,23 @@
</header>
<main>
+ <div id="sortmenu">
+ <div class="sorter" id="pricesorter">
+ <label>Sort on price:</label>
+ <button class="orderbutton" id="sortprice">
+ <span class="front">
+ </span>
+ </button>
+ </div>
+ <div class="sorter" id="locationsorter">
+ <label>Sort on location:</label>
+ <button class="orderbutton" id="sortprice">
+ <span class="front">
+ </span>
+ </button>
+ </div>
+ </div>
+
<div id="center-articles">
</div>