-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 818 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif;
}
#comments-object {
border: solid thin;
box-sizing: border-box;
}
</style>
</head>
<body>
<h1> Comments Demo Page </h1>
<p>Demo page for github pages.</p>
<p>All comments on the demo server will be wiped automatically roughly every hour. Don't post anything stupid.</p>
<object id="comments-object"
width="100%"
height="1000vh"
type="text/html"
data="client.html"
></object>
</body>
</html>