diff options
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/template.html b/template.html new file mode 100644 index 0000000..ce0fb2e --- /dev/null +++ b/template.html @@ -0,0 +1,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> |
