Files
Arch1Panel/apps/nps/0.29.21/web/views/public/error.html

5 lines
260 B
HTML
Raw Normal View History

2025-06-30 23:37:03 +08:00
<div class="page-error tile">
<h1><i class="fa fa-exclamation-circle"></i> Error 404: Page not found</h1>
<p>The page you have requested is not found.</p>
<p><a class="btn btn-primary" href="javascript:window.history.back();">Go Back</a></p>
</div>