-
-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: DL6ER <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<? --[[ | ||
* Pi-hole: A black hole for Internet advertisements | ||
* (c) 2023 Pi-hole, LLC (https://pi-hole.net) | ||
* Network-wide ad blocking via your own hardware. | ||
* | ||
* This file is copyright under the latest version of the EUPL. | ||
* Please see LICENSE file for your rights under this license. | ||
--]] | ||
|
||
mg.include('scripts/pi-hole/lua/header.lp','r') | ||
?> | ||
<body class="hold-transition layout-boxed login-page"> | ||
<div class="box login-box"> | ||
<section style="padding: 15px;"> | ||
<h2 class="error-headline text-yellow">404</h2> | ||
<div class="error-content"> | ||
<h3><i class="fa fa-warning text-yellow"></i> Oops! Page not found.</h3> | ||
<p> | ||
We could not find the page you were looking for.<br> | ||
Meanwhile, you may want toreturn to <a href="/">the dashboard</a> . | ||
</p> | ||
</div> | ||
</section> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters