This commit is contained in:
lesleyjanenorton 2018-09-30 13:58:30 -05:00
Родитель 186ab7cc98
Коммит ed7c6543cd
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- Custom static 429 page. See https://bugzilla.mozilla.org/show_bug.cgi?id=1495088 -->
<html lang="en">
<head>
<meta charset="utf-8" />

Просмотреть файл

@ -2,6 +2,6 @@
<div id="error-page-content" class="error-page-content section-wrapper">
<div class="half">
<h2 class="section-headline">Error</h2>
<p id="error-message"> Page not found. </p>
<p id="error-message"> {{ message }} </p>
</div>
</div>