diff options
author | dan <[email protected]> | 2023-05-16 12:22:16 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-16 12:22:16 -0400 |
commit | 8c2a3aa915c0399d3a8109bbd1d26d55187c9646 (patch) | |
tree | 2db749cb8eec0e89861b6915c9e7752297d796c9 | |
parent | 0ad1eb1af12035d2aee5daf816fa59d0eca6fd48 (diff) | |
download | simple-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.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |