A free and open source alternative ekşi sözlük front-end
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ozgursozluk/ozgursozluk/templates/404.html

18 lines
612 B

{% extends "base.html" %}
{% block title %}404 - özgürsözlük{% endblock %}
{% block meta %}
<meta name="title" content="404 - özgürsözlük">
<meta name="description" content="{{ description }}">
{% endblock %}
{% block main %}
<nav>{% include "navigation.html" %}</nav>
<div class="topic" style="text-align: center; padding-top: 3rem;">
<p>
page not found
</br>
what you were looking for is just not there
</br></br>
<a href="{{ url_for('search', q='404') }}">go somewhere nice</a>
</p>
</div>
{% endblock %}