television

a simple LAN/WLAN desktop public broadcasting service
Log | Files | Refs | README

commit 9e03c48f1367852d53360f6d5d85dde6a1c261bf
parent 09379d00c306e668db722a2d3657d47400d2bf7b
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sat, 14 Sep 2024 23:29:04 +0200

background image

Diffstat:
Awww/bg.png | 0
Mwww/style.css | 6++++++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/www/bg.png b/www/bg.png Binary files differ. diff --git a/www/style.css b/www/style.css @@ -3,6 +3,12 @@ padding 0; } +html { + background-color: #000; + background-image: url("/bg.png"); + background-position: center; +} + img { margin: auto; position: absolute;