mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
initial commit.
This commit is contained in:
11
views/not_found.html
Normal file
11
views/not_found.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends 'layouts/outer.html' %}
|
||||
|
||||
{% block title %}[[ __("not_found") ]]{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div id="landing" style="padding-top:200px;margin:auto;width:300px;">
|
||||
<h1>[[__("not_found")]]</h1>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user