mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-25 09:03:41 +01:00
Use style1.css
This commit is contained in:
parent
4c3e7e227d
commit
90db8fbda4
@ -2,7 +2,7 @@
|
||||
|
||||
let old_head = "<html><style>body { background-color:white;color:black; }</style><body>"
|
||||
let new_head = (
|
||||
["<html><head><title>Torrent Stats</title><link type="text/css" rel="stylesheet" href="https://files.hyperreal.coffee/css/main-style.css"/></head><body><h4>Last updated:", (date now | format date "%F %T%:z"), "</h4>"]
|
||||
["<html><head><title>Torrent Stats</title><link type="text/css" rel="stylesheet" href="https://files.hyperreal.coffee/css/style1.css"/></head><body><h4>Last updated:", (date now | format date "%F %T%:z"), "</h4>"]
|
||||
| str join ' '
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user