PenetrationTestingScripts/Weak_Password/Fuxi-Scanner/fuxi/templates/404.html

19 lines
460 B
Python

{% extends "base.html" %}
{% block css %}
{% endblock %}
{% block content %}
<main class="app-content">
<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>
</main>
{% endblock %}
{% block js %}
{% endblock %}