From 1105ceab9eb53a603e66bac4b2193ae9a26ec905 Mon Sep 17 00:00:00 2001 From: Clove Twilight Date: Thu, 18 Jun 2026 01:54:33 +0100 Subject: [PATCH] add guestbook --- 88x31/index.html | 1 + cool-people/index.html | 1 + dev-info/index.html | 1 + discord-bots/index.html | 1 + discord/index.html | 1 + guestbook/index.html | 114 +++++++++++++++++ index.html | 1 + js/guestbook.js | 265 ++++++++++++++++++++++++++++++++++++++++ js/terminal.js | 57 +-------- music/index.html | 1 + 10 files changed, 391 insertions(+), 52 deletions(-) create mode 100644 guestbook/index.html create mode 100644 js/guestbook.js diff --git a/88x31/index.html b/88x31/index.html index 0c5f6ca..0ba517d 100644 --- a/88x31/index.html +++ b/88x31/index.html @@ -51,6 +51,7 @@ Discord Bots Music 88x31 + Guestbook diff --git a/cool-people/index.html b/cool-people/index.html index d36207a..014681f 100644 --- a/cool-people/index.html +++ b/cool-people/index.html @@ -51,6 +51,7 @@ Discord Bots Music 88x31 + Guestbook diff --git a/dev-info/index.html b/dev-info/index.html index dc4a17c..14b4ff8 100644 --- a/dev-info/index.html +++ b/dev-info/index.html @@ -51,6 +51,7 @@ Discord Bots Music 88x31 + Guestbook diff --git a/discord-bots/index.html b/discord-bots/index.html index 1fa11dc..07e101b 100644 --- a/discord-bots/index.html +++ b/discord-bots/index.html @@ -51,6 +51,7 @@ Discord Bots Music 88x31 + Guestbook diff --git a/discord/index.html b/discord/index.html index a7ea1eb..021a65d 100644 --- a/discord/index.html +++ b/discord/index.html @@ -51,6 +51,7 @@ Discord Bots Music 88x31 + Guestbook diff --git a/guestbook/index.html b/guestbook/index.html new file mode 100644 index 0000000..61dea69 --- /dev/null +++ b/guestbook/index.html @@ -0,0 +1,114 @@ + + + + + + + Guestbook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Guestbook

+

Leave a little note before you go <3

+
+ + +
+
+ + +
+
+ + +
+
+ + + 0 / 500 +
+ + + + + +
+ +
+ + +
+
+ + +
+

Loading messages…

+
+
+ + + + + + + + + + diff --git a/index.html b/index.html index f4e6bb7..0fa73b3 100644 --- a/index.html +++ b/index.html @@ -50,6 +50,7 @@ Discord Bots Music 88x31 + Guestbook diff --git a/js/guestbook.js b/js/guestbook.js new file mode 100644 index 0000000..fe514c1 --- /dev/null +++ b/js/guestbook.js @@ -0,0 +1,265 @@ +(function (global) { + "use strict"; + + // ---- config (from the