Templates, Bootstrap Navbars, and Links
This commit is contained in:
@ -79,15 +79,17 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<h1>500</h1>
|
||||
<h2>Internal Server Error</h2>
|
||||
<img src="https://via.placeholder.com/300x300?text=Error" alt="Error Image" class="error-image">
|
||||
<p>Something went wrong on our end. We're working on fixing it!</p>
|
||||
<p>Please try again later, or reload the page.</p>
|
||||
<a href="javascript:location.reload()" class="reload-link">Reload Page</a>
|
||||
</div>
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<h1>500</h1>
|
||||
<h2>Internal Server Error</h2>
|
||||
<img src="https://via.placeholder.com/300x300?text=Error" alt="Error Image" class="error-image">
|
||||
<p>Something went wrong on our end. We're working on fixing it!</p>
|
||||
<p>Please try again later, or reload the page.</p>
|
||||
<a href="javascript:location.reload()" class="reload-link">Reload Page</a>
|
||||
</div>
|
||||
{% endblock %}0
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user