From 2ab5661583d74b03c86bb4f437616bb634d9c4fc Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 12 Oct 2021 20:41:49 +0100 Subject: Add delete --- src/templates/delete.php | 15 +++++++++++++++ src/templates/index.php | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/templates/delete.php (limited to 'src/templates') diff --git a/src/templates/delete.php b/src/templates/delete.php new file mode 100644 index 0000000..1be762b --- /dev/null +++ b/src/templates/delete.php @@ -0,0 +1,15 @@ + + + + + + Bookmarks + + +
+ + url.' '.$bookmark->title.' '.$bookmark->tag; ?> + +
+ + diff --git a/src/templates/index.php b/src/templates/index.php index 2703851..1298985 100644 --- a/src/templates/index.php +++ b/src/templates/index.php @@ -8,7 +8,7 @@ -- cgit v1.2.3-13-gbd6f