Add credit for guestbook widget

This commit is contained in:
Helen Chong 2024-05-25 00:42:15 +08:00
parent 2f083f2aa2
commit 670d856983
1 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@ eleventyComputed:
desc: Leave a message for {{ sitemeta.siteAuthor.name }}. desc: Leave a message for {{ sitemeta.siteAuthor.name }}.
--- ---
<p>Feel free to say hi and connect with me! You may share your own website here.</p> <p class="center-text">Guestbook Archive: <a href="https://web.archive.org/web/20240510121252/https%3A%2F%2Fleilukin.123guestbook.com%2F">123Guestbook</a></p>
<p>This guestbook is not the place to ask for help with my video game mods. Ask for mod support or report issues with my mods on Deadly Stream, Nexus Mods or <a href="mailto:{{sitemeta.siteAuthor.email}}">send me an email</a>.</p> <p>Feel free to say hi and connect with me!</p>
<p>This guestbook utilises <a href="https://firebase.google.com/docs/database/">Firebase Realtime Database</a>, thus JavaScript is required for this guestbook to fully function.</p> <p>Please note that my guestbook is not the place to ask for help with my video game mods. Ask for mod support or report issues with my mods on Deadly Stream, Nexus Mods or <a href="mailto:{{sitemeta.siteAuthor.email}}">send me an email</a>.</p>
<p><a href="https://web.archive.org/web/20240510121252/https%3A%2F%2Fleilukin.123guestbook.com%2F">Archive of my previous guestbook hosted on 123Guestbook</a></p> <p>JavaScript is required for this guestbook to function. Special thanks to <a href="https://groundedwren.neocities.org/pages/demo_controls/guestbookDemo">Vera Konigin</a> for this guestbook widget!</p>
<gw-comment-form <gw-comment-form
id="guestbookForm" id="guestbookForm"