Make project REUSE compliant
initial commit a lot more stuff Make project REUSE compliant start working on implementing audio
This commit is contained in:
commit
7bc11e49a4
136 changed files with 3218 additions and 0 deletions
13
templates/404.html
Normal file
13
templates/404.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}
|
||||
404 Error
|
||||
{% endblock title %}
|
||||
{% block style %}
|
||||
<link rel="stylesheet" href="/404.css"/>
|
||||
{% endblock style %}
|
||||
{% block content %}
|
||||
<div id="error">
|
||||
<h1>404<h1>
|
||||
<h3>This page does not exist<h3>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue