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