Router-tools/templates/404.html

19 lines
No EOL
580 B
HTML

{% extends "base.html" %}
{% block title %}AS215085 - Router tools | 404{% endblock %}
{% block page_header %}<H3>404</H3>{% endblock %}
{% block content %}
<section id="overview">
<h2>404 Not found</h2>
<center><img src="../static/img/404.jpg" alt="404 GIF" width="60%">
<h3>Ooops! sorry this page was not found</h3>
<br>
<a href="/" style="text-decoration: none;">
<button style="background-color: #07AAF9; color: white; border: none; border-radius: 25px; padding: 15px 30px; font-size: 18px;">
Go Home
</button>
</a></center>
</section>
{% endblock %}