aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 88b7ead5c9e129fa5b17dc9742114697c7620f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <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>