hexo-theme-stellar/layout/404.ejs

22 lines
565 B
Plaintext
Raw Normal View History

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'>
2021-07-13 23:45:40 +08:00
<h1><img id='error' src='https://cdn.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-02-28 18:19:32 +08:00
<a class='button theme' id='back' href="/"><%- __('page.error.action') %></a>
2021-02-19 23:33:19 +08:00
</article>
<%- partial('_partial/plugins/comments/layout') %>