Skip to content

Commit

Permalink
Update error404.lp
Browse files Browse the repository at this point in the history
Signed-off-by: NittanySeaLion <[email protected]>
  • Loading branch information
NittanySeaLion authored Oct 14, 2023
1 parent 4aeca66 commit 4ec241d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions error404.lp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mg.include('scripts/pi-hole/lua/header.lp','r')
<div class="box login-box" id="login-box">
<section style="padding: 15px;">
<div class="text-center"> <h1 class="error-headline text-yellow"> Yellow Alert</h2>
<div class="login-logo">
<div class="login-logo">
<img src="<?=pihole.webhome()?>img/logo.svg" alt="Pi-hole logo" class="loginpage-logo">
<div class="panel-title text-center"><span class="logo-lg" style="font-size: 25px;"><b>Pi-hole</b></span></div>
</div>
Expand All @@ -23,7 +23,7 @@ mg.include('scripts/pi-hole/lua/header.lp','r')
<!--
If you want to redirect automatically, replace/comment out the Romulan Warbird comment with the following:
<h5> <p> Plot heading to <a href="<?=pihole.webhome()?>">the admin dashboard</a> and make it so in five seconds</a></p>
<meta http-equiv="Refresh" content="5; url='<?=pihole.webhome()?>'" />
<meta http-equiv="Refresh" content="5; url='<?=pihole.webhome()?>'" />
-->
</div>
</body>

0 comments on commit 4ec241d

Please sign in to comment.