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 8cee0a8 commit 834cb93
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions error404.lp
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,19 @@ mg.include('scripts/pi-hole/lua/header.lp','r')
<body class="hold-transition layout-boxed login-page">
<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="text-center"> <h1 class="error-headline text-yellow"> Yellow Alert</h2>
<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 class="panel-title text-center"><span class="logo-lg" style="font-size: 25px;"><b>Pi-hole</b></span></div>
</div>
<!-- /.login-logo -->

<div class="error-content">
<h3> You have stumbled into the Neutral Zone </h3> </div>
<p>
<h5> Return to <a href="<?=pihole.webhome()?>">the admin dashboard</a> before a Romulan Warbird arrives!
</p>
<!--
<p><h5>Return to <a href="<?=pihole.webhome()?>">the admin dashboard</a> before a Romulan Warbird arrives!</p>
<!--
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()?>'" />

<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()?>'" />
-->


</div>

</body>

0 comments on commit 834cb93

Please sign in to comment.