diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-14 07:56:05 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-14 07:56:05 +0800 |
commit | 3a779b6f21526fe022156ab4500a4774a9b574be (patch) | |
tree | 014c337529cbe06c8ffe0adaf2c8fd95d1d5e3a9 | |
parent | cc50369d85d9ca656632dc68fcbb64fcb09ffd9f (diff) | |
download | www-3a779b6f21526fe022156ab4500a4774a9b574be.tar.gz |
Update hlog css
-rwxr-xr-x | hlog.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hlog.cgi b/hlog.cgi index 25d813c..675bab7 100755 --- a/hlog.cgi +++ b/hlog.cgi @@ -18,11 +18,12 @@ cat << EOF <body> <header> <h1>Runxi Yu's Hyperlog</h1> - <p> + <p style="font-style:italic;position:absolute;right:var(--margin-width);"> EOF TZ='Asia/Shanghai' date -r /srv/hlog/runxiyu.hlog '+%Y-%m-%d %H:%M:%S %Z' + cat << EOF </p> </header> |