summaryrefslogtreecommitdiff
path: root/guestbook-comments.html
diff options
context:
space:
mode:
authorsillylaird <sillylaird@fastmail.ca>2026-02-03 21:27:57 -0500
committersillylaird <sillylaird@fastmail.ca>2026-02-03 21:27:57 -0500
commit720d752748b793a2f5cf3cc14cb75ad86e8919c0 (patch)
tree29120103307cb17e7d6c283cc198ec2484f934cd /guestbook-comments.html
First commit
Diffstat (limited to 'guestbook-comments.html')
-rw-r--r--guestbook-comments.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/guestbook-comments.html b/guestbook-comments.html
new file mode 100644
index 0000000..ab547a6
--- /dev/null
+++ b/guestbook-comments.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <title>Guestbook Comments</title>
+ <link rel="stylesheet" href="/assets/css/site.css" />
+</head>
+<body>
+ <main class="wrap">
+ <h1>Guestbook Comments</h1>
+ <p class="muted">Comments are hosted on the guestbook subdomain.</p>
+ <p><a href="https://guestbook.sillylaird.ca/guestbook-comments.php" target="_blank" rel="noopener">Open live guestbook comments</a></p>
+ </main>
+</body>
+</html>