-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (53 loc) · 1.6 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html>
<head>
<title>r e c t i l i n e a r</title>
<link href="/css/style.css" rel="stylesheet" type="text/css">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
</head>
<body>
<center>
<div class="wides_top">
<div class="wides">
<div class="left">
<div class="big">
<!--#include virtual="title.txt" -->
</div>
<fw><a href="source">v1.0</a></fw>
</div>
<div class="right">
now with <a href="https://letsencrypt.org/getting-started/">ssl</a>!
</div>
</div>
</div>
<br /><br /><br /><br /><br /><br />
420 chars max <a href="latest">latest</a> <a href="">refresh</a>
<br /><br />
<form action="post.php" method="POST" accept-charset="UTF-8">
<input name="postcont" type="text" maxlength="420" style="background: #2d2d2d; border: 1px solid #96ad89; color: #aaaaaa; padding: 3px; width: 70%;" autofocus>
<input type="submit" name="submit" value="post" style="background: #2d2d2d; border: 1px solid #96ad89; color: #aaaaaa; padding: 2px;">
</form>
<br /><br />
<div style="width: 80%; word-wrap: break-word;">
<!--#include virtual="stream.txt" -->
</div>
<div class="wides_bottom">
<div class="wides">
<div class="left">
opinions expressed <br />
</div>
</div>
</div>
<div class="wides_bottom">
<div class="wides">
<div class="left">
are posters' own
</div>
<div class="right">
#xyz
</div>
</div>
</div>
</body>
</html>