From 5214cdac945bc95cc18f449e91188f6f3c53d3e2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 31 May 2018 08:22:26 -0400 Subject: placeholder code for bookmarks - not enabled --- www/templates/bookmark.html | 51 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 www/templates/bookmark.html (limited to 'www/templates/bookmark.html') diff --git a/www/templates/bookmark.html b/www/templates/bookmark.html new file mode 100644 index 00000000..3538dbfd --- /dev/null +++ b/www/templates/bookmark.html @@ -0,0 +1,51 @@ + + + + + + + +
+ +
+
+ +
+ {{bookmarks[$index].text}} +
+
+
+ + +
+
+ +
+ {{bookmarks[$index+1].text}} +
+
+
+ +
+
+ +
+ {{bookmarks[$index+2].text}} +
+
+
+ +
+
+ +
+ {{bookmarks[$index+3].text}} +
+ +
+
+
+ +
+
-- cgit v1.2.3