File indexing completed on 2024-12-22 04:41:05

0001 <html><head>
0002 <meta http-equiv="content-type" content="text/html; charset=utf-8">
0003 <title>%TITLE%</title>
0004 <style>
0005 html {font-family: sans-serif;}
0006 html * {font-size: 100%;line-height: 1.6;}
0007 #box {max-width:650px;min-width:400px;overflow:auto;margin: 25px auto 10px auto;padding: 10px 40px;text-align: %LEFT_STR%;direction: %DIRECTION%;}
0008 hr {width: 100%;}
0009 img {float: %LEFT_STR%;margin-%LEFT_STR%: -20px;margin-top: 15px;}
0010 h1 {font-size: 150%;font-weight: bold;border-bottom: 1px solid;margin-%LEFT_STR%: 48px;margin-%RIGHT_STR%: 50px;}
0011 ul {font-size: 90%;padding-%LEFT_STR%: 48px;margin: 20px 0;max-width:600px;}
0012 li {padding: 5px;}
0013 #reloadButton {margin-top: 20px;min-width: 100px;}
0014 
0015 @media (prefers-color-scheme: light) {
0016   html {background: #dddddd;color: #525c66;}
0017   #box {background: #ffffff;}
0018   h1, h2 {border-color: #f4f4f4;}
0019   hr {color: lightgray;}
0020 }
0021 @media (prefers-color-scheme: dark) {
0022   html {background: #070709;color: #dddddd;}
0023   #box {background: #171717;}
0024   h1, h2 {border-color: #555;}
0025   hr {color: darkgray;}
0026 }
0027 </style>
0028 </head>
0029 <body>
0030   <div id="box">
0031     <img src="%IMAGE%" width=45>
0032     <h1>%HEADING%</h1>
0033     <ul>
0034       <li>%LI-1%</li>
0035       <li>%LI-2%</li>
0036       <input type="submit" id="reloadButton" value="%RELOAD-PAGE%" onclick="window.location.reload()">
0037     </ul>
0038   </div>
0039 </body></html>