<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>$title</title> <style> @media (prefers-color-scheme: dark){ body {color:#fff;background:#000} a:link {color:#9cf} a:hover, a:visited:hover {color:#cef} a:visited {color:#c9f} } body{ margin:1em auto; max-width:40em; padding:0 .62em; font:1.2em/1.62 sans-serif; } body#index-body ul {list-style-type:none;padding-left:0} h1,h2,h3{line-height:1.2} footer{text-align:center} pre,blockquote{overflow-x:auto} p{text-align:justify} @media print{ body{max-width:none;font-size:1em} .noprint{display:none} } article > p > a > img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto} </style>