hexo-theme-stellar/layout/404.ejs

22 lines
586 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
%>
<article class='md error-page'>
<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') %>