mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
captive: Serve logo through an extra CGI script
This CGI script makes saving the logo easier (especially for backup purposes). Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
body {
|
||||
background-image: url("../cgi-bin/logo.cgi");
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
background-color: #eceff1;
|
||||
color: #263238;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user