Skip to content
Snippets Groups Projects
Commit add4ed82 authored by HeJ's avatar HeJ
Browse files

plainui: templates error pages in camp23 design, too

parent 9faeba07
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@
body {
padding: 0;
margin: 0;
background-color: rgba(0,0,0,1);
background-color: rgba(0.1,0.1,0.1,1);
}
article {
margin: 0;
......@@ -22,7 +22,7 @@
}
img {
display: block;
width: 100%;
width: 50%;
height: auto;
}
a {
......@@ -32,8 +32,8 @@
</head>
<body>
<article>
<a href="/" class="row my-8">
<img class="" src="{% static "error_pages/403_FORBIDDEN.jpg" %}" alt="403 - Forbidden" title="403 - Forbidden" />
<a href="{% url "plainui:index" %}" class="row my-8">
<img class="" src="{% static "error_pages/403.svg" %}" alt="403 - Forbidden" title="403 - Forbidden" />
</a>
</article>
</body>
......
......@@ -10,7 +10,7 @@
body {
padding: 0;
margin: 0;
background-color: rgba(0,0,0,1);
background-color: rgba(0.1,0.1,0.1,1);
}
article {
margin: 0;
......@@ -22,7 +22,7 @@
}
img {
display: block;
width: 100%;
width: 75%;
height: auto;
}
a {
......@@ -32,8 +32,8 @@
</head>
<body>
<article>
<a href="/" class="row my-8">
<img class="" src="{% static "error_pages/404_NOT_FOUND.jpg" %}" alt="404 Error" title="404 Error" />
<a href="{% url "plainui:index" %}" class="row my-8">
<img class="" src="{% static "error_pages/404.svg" %}" alt="404 Error" title="404 Error" />
</a>
</article>
</body>
......
......@@ -10,7 +10,7 @@
body {
padding: 0;
margin: 0;
background-color: rgba(0,0,0,1);
background-color: rgba(0.1,0.1,0.1,1);
}
article {
margin: 0;
......@@ -22,7 +22,7 @@
}
img {
display: block;
width: 100%;
width: 75%;
height: auto;
}
a {
......@@ -32,8 +32,8 @@
</head>
<body>
<article>
<a href="/" class="row my-8">
<img class="" src="{% static "error_pages/500_INTERNAL_SERVER_ERROR.jpg" %}" alt="500 - internal Server error" title="500 - internal Server error" />
<a href="{% url "plainui:index" %}" class="row my-8">
<img class="" src="{% static "error_pages/500.svg" %}" alt="500 - internal Server error" title="500 - internal Server error" />
</a>
</article>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment