File indexing completed on 2025-01-05 04:35:09

0001 <html>
0002 <head>
0003 <title>%NAME%</title>
0004 <style>
0005 h1 { text-align:center; }
0006 
0007 @media (prefers-color-scheme: light) {
0008   html, body {background: #dddddd;color: #525c66;}
0009 }
0010 @media (prefers-color-scheme: dark) {
0011   html, body {background: #070709;color: #dddddd;}
0012 }
0013 </style>
0014 </head>
0015 <body>
0016     <h1>%NAME%</h1>
0017 </body>
0018 </html>