22 lines
582 B
Plaintext
Executable File
22 lines
582 B
Plaintext
Executable File
<%
|
|
page.menu_id = '404';
|
|
page.layout = '404';
|
|
page.comment_title = '';
|
|
page.header = false;
|
|
page.robots = 'none';
|
|
%>
|
|
<article class='md error-page'>
|
|
<h1><img id='error' src='https://cdn.jsdelivr.net/gh/cdn-x/placeholder@1.0.1/404/1c830bfcd517d.svg' alt='404'></h1>
|
|
<p class='what'>
|
|
<strong>
|
|
<%- __('page.error.what') %>
|
|
</strong>
|
|
</p>
|
|
<p class='why'>
|
|
<%- __('page.error.why') %>
|
|
</p>
|
|
<br><br>
|
|
<a class='button theme' id='back' href="<%- config.root %>"><%- __('page.error.action') %></a>
|
|
</article>
|
|
<%- partial('_partial/plugins/comments/layout') %>
|