mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Updated splash page CSS href
This commit is contained in:
parent
a8818c16d8
commit
f2016f26d7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue