refactor: move all HTTP-Website code into www subdirectory
Some checks failed
/ phplint (push) Failing after 4s
Some checks failed
/ phplint (push) Failing after 4s
This commit is contained in:
parent
502ddd1ad9
commit
5bcba0b689
25 changed files with 33 additions and 67 deletions
|
@ -1,21 +0,0 @@
|
|||
|
||||
{% extends "root.html" %}
|
||||
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/static/rrrorstyle.css">
|
||||
{% endblock %}
|
||||
|
||||
{% block second_title %}
|
||||
<h2> (Broken) </h2>
|
||||
{% endblock %}
|
||||
|
||||
{% block main_content %}
|
||||
<article>
|
||||
<h1 id="rrr_header"> The Dergs are confused:</h2>
|
||||
<h2 id="rrr_code"> {{ error_code }}</h1>
|
||||
|
||||
<div>
|
||||
{{ error_description|markdown_to_html }}
|
||||
</div>
|
||||
</article>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue