WasteManagement / 404.html
datasci-rahul's picture
Upload 3 files
ba3e1ca verified
raw
history blame contribute delete
289 Bytes
{% extends "base.html" %}
{% block content %}
<div class = "container text-center">
<h4 style="font-size: 400px;"><b>404</b></h4>
<h4>The Dish you're looking for is not here you can try <a href = "/" style="color: green;"><u>this page</u></a> instead</h4>
</div>
{% endblock %}