hexo-theme-stellar/layout/404.ejs

20 lines
502 B
Plaintext
Raw Normal View History

2021-02-19 23:33:19 +08:00
<%
page.class = '404';
page.layout = '404';
page.comment_title = '';
2021-02-20 13:09:41 +08:00
page.header = false;
2021-02-19 23:33:19 +08:00
%>
<article class='md error-page'>
<h1><img id='error' src="https://7.dusays.com/2021/02/14/f5b2af33b70c2.svg" alt=""></h1>
<p class='what'>
<strong>
<%- __('page.error.what') %>
</strong>
</p>
<p class='why'>
<%- __('page.error.why') %>
</p>
<a class='button cyan' id='back' href="/"><%- __('page.error.action') %></a>
</article>
<%- partial('_partial/plugins/comments/layout') %>