Updated splash page CSS href

pull/1416/head
WaLLy3K 7 years ago committed by GitHub
parent a8818c16d8
commit f2016f26d7

@ -70,7 +70,7 @@ if ($serverName === "pi.hole") {
$splashPage = "
<html><head>
$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>
";
$pageType = is_file(getcwd()."/$landPage") ? include $landPage : "$splashPage";

Loading…
Cancel
Save