Update msg.html

Signed-off-by: ed <s@ocv.me>
This commit is contained in:
ed 2025-12-14 19:57:40 +00:00 committed by GitHub
parent 3c2e7e13db
commit aa6b11b1e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=0.8"> <meta name="viewport" content="width=device-width, initial-scale=0.8">
<meta name="theme-color" content="#{{ tcolor }}"> <meta name="theme-color" content="#{{ tcolor }}">
<style> <style>:root{--font-main:sans-serif;--font-mono:monospace}
html {color: #ccc;background: #333;font-family: sans-serif;font-family: sans-serif, sans-serif;text-shadow: 1px 1px 0px #000;touch-action: manipulation;} html,body,a{margin:0;padding:0;border:none;color:#ccc;background:none;font-family:sans-serif;font-family:var(--font-main),sans-serif}
html, body {margin: 0;padding: 0;} pre{font-family:monospace,monospace;font-family:var(--font-mono),monospace}
#box {padding: .5em 1em;background: #2c2c2c;} html{touch-action:manipulation;background:#333}
pre {font-family: monospace, monospace;font-family: 'scp', monospace, monospace;} #box{padding:.5em 1em;background:#2c2c2c}
a {color: #fc5;} a{color:#fc5}</style>
</style>
{{ html_head }} {{ html_head }}
</head> </head>
@ -49,7 +48,7 @@
<script> <script>
setTimeout(function() { setTimeout(function() {
location.replace("{{ redir }}"); location.replace("{{ redir }}");
}, 600); }, 800);
</script> </script>
{%- endif %} {%- endif %}
{%- if js %} {%- if js %}