20 lines
502 B
Plaintext
Executable File
20 lines
502 B
Plaintext
Executable File
<%
|
|
page.class = '404';
|
|
page.layout = '404';
|
|
page.comment_title = '';
|
|
page.header = false;
|
|
%>
|
|
<article class='md error-page'>
|
|
<h1><img id='error' src="https://7.dusays.com/2021/02/20/1c830bfcd517d.svg" alt=""></h1>
|
|
<p class='what'>
|
|
<strong>
|
|
<%- __('page.error.what') %>
|
|
</strong>
|
|
</p>
|
|
<p class='why'>
|
|
<%- __('page.error.why') %>
|
|
</p>
|
|
<a class='button cyan' id='back' href="/"><%- __('page.error.action') %></a>
|
|
</article>
|
|
<%- partial('_partial/plugins/comments/layout') %>
|