aboutsummaryrefslogtreecommitdiffstats
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000000..6c1c1ce432
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,26 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% comment %}
+
+ layerindex-web - 404 page template
+
+ Copyright (C) 2013 Intel Corporation
+ Licensed under the MIT license, see COPYING.MIT for details
+
+{% endcomment %}
+
+
+<!--
+{% block title %}OpenEmbedded metadata index - page not found{% endblock %}
+-->
+
+{% block content %}
+{% autoescape on %}
+
+<p>The page you requested was not found.</p>
+
+<p><a href="{% url layer_list %}">Return to the index</a></p>
+
+{% endautoescape %}
+{% endblock %} \ No newline at end of file