Templates, Bootstrap Navbars, and Links
This commit is contained in:
@ -76,17 +76,20 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{% extends "base.html" %}
|
||||
|
||||
<div class="container">
|
||||
<div>
|
||||
<h1>404</h1>
|
||||
<h2>Oops! Page Not Found</h2>
|
||||
<img src="https://via.placeholder.com/300x300?text=Oops" alt="Error Image" class="error-image">
|
||||
<p>It looks like the page you are trying to reach doesn't exist.</p>
|
||||
<p>But don't worry, you can go back to the homepage by clicking the button below.</p>
|
||||
<a href="/" class="home-link">Go Home</a>
|
||||
</div>
|
||||
</div>
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div>
|
||||
<h1>404</h1>
|
||||
<h2>Oops! Page Not Found</h2>
|
||||
<img src="https://via.placeholder.com/300x300?text=Oops" alt="Error Image" class="error-image">
|
||||
<p>It looks like the page you are trying to reach doesn't exist.</p>
|
||||
<p>But don't worry, you can go back to the homepage by clicking the button below.</p>
|
||||
<a href="/" class="home-link">Go Home</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user