2021-02-19 23:33:19 +08:00
|
|
|
<%
|
2021-02-21 03:13:21 +08:00
|
|
|
page.menu_id = '404';
|
2021-02-19 23:33:19 +08:00
|
|
|
page.layout = '404';
|
|
|
|
page.comment_title = '';
|
2021-02-20 13:09:41 +08:00
|
|
|
page.header = false;
|
2021-02-21 13:44:11 +08:00
|
|
|
page.robots = 'none';
|
2021-02-19 23:33:19 +08:00
|
|
|
%>
|
|
|
|
<article class='md error-page'>
|
2022-05-27 00:55:31 +08:00
|
|
|
<h1><img id='error' src='https://fastly.jsdelivr.net/gh/cdn-x/placeholder@1.0.1/404/1c830bfcd517d.svg' alt='404'></h1>
|
2021-02-19 23:33:19 +08:00
|
|
|
<p class='what'>
|
|
|
|
<strong>
|
|
|
|
<%- __('page.error.what') %>
|
|
|
|
</strong>
|
|
|
|
</p>
|
|
|
|
<p class='why'>
|
|
|
|
<%- __('page.error.why') %>
|
|
|
|
</p>
|
2021-07-13 23:45:40 +08:00
|
|
|
<br><br>
|
2021-11-19 22:04:14 +08:00
|
|
|
<a class='button theme' id='back' href="<%- config.root %>"><%- __('page.error.action') %></a>
|
2021-02-19 23:33:19 +08:00
|
|
|
</article>
|
|
|
|
<%- partial('_partial/plugins/comments/layout') %>
|