Your IP : 216.73.216.48


Current Path : /hdd/hdd21/wbd/src/templates/
Upload File :
Current File : /hdd/hdd21/wbd/src/templates/404.html

{% extends 'base.html' %}

{% block content %}
    <div class="text-center mt-5">
        <h1>Error 404</h1>
        <h2>You have entered an invalid URL</h2>
        <h2>To go back press here: <a href="{{ url_for('index') }}"><strong>Go Back</strong></h2>
        </p>
    </div>
{% endblock %}