mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 12:40:56 +00:00
Updated splash page CSS href
This commit is contained in:
parent
a8818c16d8
commit
f2016f26d7
@ -70,7 +70,7 @@ if ($serverName === "pi.hole") {
|
|||||||
$splashPage = "
|
$splashPage = "
|
||||||
<html><head>
|
<html><head>
|
||||||
$viewPort
|
$viewPort
|
||||||
<link rel='stylesheet' href='/blockpage.css' type='text/css'/>
|
<link rel='stylesheet' href='/pihole/blockingpage.css' type='text/css'/>
|
||||||
</head><body id='splashpage'><img src='/admin/img/logo.svg'/><br/>Pi-<b>hole</b>: Your black hole for Internet advertisements</body></html>
|
</head><body id='splashpage'><img src='/admin/img/logo.svg'/><br/>Pi-<b>hole</b>: Your black hole for Internet advertisements</body></html>
|
||||||
";
|
";
|
||||||
$pageType = is_file(getcwd()."/$landPage") ? include $landPage : "$splashPage";
|
$pageType = is_file(getcwd()."/$landPage") ? include $landPage : "$splashPage";
|
||||||
|
Loading…
Reference in New Issue
Block a user