aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordan <[email protected]>2023-05-16 12:22:16 -0400
committerdan <[email protected]>2023-05-16 12:22:16 -0400
commit8c2a3aa915c0399d3a8109bbd1d26d55187c9646 (patch)
tree2db749cb8eec0e89861b6915c9e7752297d796c9
parent0ad1eb1af12035d2aee5daf816fa59d0eca6fd48 (diff)
downloadsimple-comments-widget-8c2a3aa915c0399d3a8109bbd1d26d55187c9646.tar.gz
simple-comments-widget-8c2a3aa915c0399d3a8109bbd1d26d55187c9646.tar.bz2
simple-comments-widget-8c2a3aa915c0399d3a8109bbd1d26d55187c9646.zip
feat: add intro to demo page
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index 6fad70f..88b7ead 100644
--- a/index.html
+++ b/index.html
@@ -5,5 +5,10 @@
<link rel="stylesheet" href="style.css">
</head>
<h1> Comments Demo Page </h1>
+
+ <p>Demo page for github pages. Hosted at <a href='https://danielrholland.github.io/simple-comments-widget'>https://danielrholland.github.io/simple-comments-widget/</a>.</p>
+
+ <p>All comments on the demo server will be wiped automatically roughly every hour. Don't post anything stupid.</p>
+
<object width="100%" height="1000vh" type="text/html" data="client.html"></object>
</html>