From 523a84dd4b7cb611955e949fd6debc4a3c037b91 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 11 Oct 2021 21:49:47 +0100 Subject: Implement very basic editing --- src/templates/edit.php | 17 +++++++++++++++++ src/templates/index.php | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/templates/edit.php (limited to 'src/templates') diff --git a/src/templates/edit.php b/src/templates/edit.php new file mode 100644 index 0000000..a3c6930 --- /dev/null +++ b/src/templates/edit.php @@ -0,0 +1,17 @@ + + + + + + Bookmarks + + +
+ +
+
+
+ +
+ + diff --git a/src/templates/index.php b/src/templates/index.php index 9656551..2703851 100644 --- a/src/templates/index.php +++ b/src/templates/index.php @@ -8,7 +8,7 @@ -- cgit v1.2.3-13-gbd6f