Files
web/error404.lp
2026-08-13 19:42:34 -03:00

28 lines
1.0 KiB
Lua

<? --[[
* 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/lua/header.lp','r')
?>
</head>
<body class="hold-transition layout-boxed login-page page-<?=pihole.format_path(scriptname)?>" data-bs-theme="<?= bs_theme ?>">
<div class="card login-box">
<section class="p-3">
<h2 class="error-headline text-orange">404</h2>
<div class="error-content">
<h3><i class="fa fa-warning text-orange"></i> Oops! Page not found.</h3>
<p>
We could not find the page you were looking for.<br>
Meanwhile, you may want to return to <a href="<?=pihole.webhome()?>">the dashboard</a>.
</p>
</div>
</section>
</div>
</body>
</html>