mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Update CSS location
This commit is contained in:
parent
4d731ca30b
commit
173ad339bb
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ if ($phBranch !== "master") {
|
|||
<meta name="robots" content="noindex,nofollow"/>
|
||||
<meta http-equiv="x-dns-prefetch-control" content="off">
|
||||
<link rel="shortcut icon" href="http://<?=$serverAddr ?>/admin/img/favicon.png" type="image/x-icon"/>
|
||||
<link rel="stylesheet" href="http://<?=$serverAddr ?>/blockpage.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="http://<?=$serverAddr ?>/pihole/blockingpage.css" type="text/css"/>
|
||||
<title>● <?=$serverName ?></title>
|
||||
<script src="http://<?=$serverAddr ?>/admin/scripts/vendor/jquery.min.js"></script>
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue