From e7e237dacaf7bbaa739c7e9a430958aed09aa647 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 24 Dec 2024 00:13:29 +0000 Subject: add interaction buttons (they dont do anything) --- templates/note.php | 5 +++++ templates/skeleton.php | 2 ++ 2 files changed, 7 insertions(+) (limited to 'templates') diff --git a/templates/note.php b/templates/note.php index 4f11d83..31795e4 100644 --- a/templates/note.php +++ b/templates/note.php @@ -19,5 +19,10 @@
getFormattedContent('text/html') ?? htmlspecialchars($note->plainContent) ?>
+
+ + + +
\ No newline at end of file diff --git a/templates/skeleton.php b/templates/skeleton.php index 8ed04ee..9cc4636 100644 --- a/templates/skeleton.php +++ b/templates/skeleton.php @@ -4,6 +4,8 @@ <?= $pageTitle ?> + + -- cgit v1.3