mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 15:52:39 -07:00
Update msg.html
Signed-off-by: ed <s@ocv.me>
This commit is contained in:
parent
3c2e7e13db
commit
aa6b11b1e1
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue