blob: ce0fb2e837490ee85f2a334e4273933b519b6b4a (
plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<!doctype html>
<html lang="en">
<head>
<title>jan.systems</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;1,300&display=swap" rel="stylesheet">
<style>
/* highlight theme: Kwrite Editor */
body.hl { background-color:#e0eaee; }
pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'Courier New',monospace; white-space: pre-wrap; }
.hl.num { color:#b07e00; }
.hl.esc { color:#ff00ff; }
.hl.sng { color:#bf0303; }
.hl.pps { color:#818100; }
.hl.slc { color:#838183; font-style:italic; }
.hl.com { color:#838183; font-style:italic; }
.hl.ppc { color:#008200; }
.hl.opt { color:#000000; }
.hl.ipl { color:#0057ae; }
.hl.lin { color:#555555; user-select: none; }
.hl.hvr { cursor:help; }
.hl.erm { color:#ff0000; font-weight:bold; border:solid 1px red; margin-left: 3em; }
.hl.err { color:#ff0000; font-weight:bold; }
.hl.kwa { color:#000000; font-weight:bold; }
.hl.kwb { color:#0057ae; }
.hl.kwc { color:#000000; }
.hl.kwd { color:#010181; }
.hl.kwe { color:#0d5bc3; }
.hl.kwf { color:#750dc3; }
body {
font-size: 20px;
margin: 20px auto;
padding: 10px 15px;
max-width: 800px;
font-family: "Merriweather", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
line-height: 35px;
}
code {
padding: 8px 10px;
background-color: #eee;
}
pre {
background-color: #eee;
padding: 8px 10px;
overflow-x: scroll;
}
pre code {
background-color: initial;
padding: 0;
}
a {
color: #0090a0;
}
img {
max-width: 100%;
}
blockquote {
display: block;
background-color: #0090a020;
background-opacity: 0.9;
border-left: 10px solid #0090a0;
margin: 15px 0;
padding: 2px 10px;
quotes: "\201C""\201D""\2018""\2019";
}
</style>
</head>
<body>
~A
</body>
</html>
|