blob: bde1c4dade06382eb216bab70a330244810860e4 (
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>Page demonstrating usage of comments widget.</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>
|