hexo-theme-stellar/layout/404.ejs

22 lines
584 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 = '';
2022-10-05 23:00:52 +08:00
page.header = 'auto';
2021-02-21 13:44:11 +08:00
page.robots = 'none';
2021-02-19 23:33:19 +08:00
%>
2022-11-23 22:44:11 +08:00
<article class='md-text error-page'>
2022-12-20 00:09:34 +08:00
<h1><img id='error' src='https://gcore.jsdelivr.net/gh/cdn-x/placeholder@1.0.4/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>
2022-12-15 22:42:48 +08:00
<a class='button' id='back' href="<%- config.root %>"><%- __('page.error.action') %></a>
2021-02-19 23:33:19 +08:00
</article>
<%- partial('_partial/plugins/comments/layout') %>