akf-forum/themes/default/error.ejs

16 lines
315 B
Plaintext
Raw Normal View History

2022-03-13 16:16:46 +03:00
<!DOCTYPE html>
<html lang="en">
<%- include("extra/meta", {title: type+" error!" }) %>
2022-03-13 16:16:46 +03:00
<body style="text-align: center;">
<%- include("extra/navbar") %>
2022-03-13 16:16:46 +03:00
2022-08-31 18:11:54 +03:00
<h1 style="color: var(--main);"><%= type %></h1>
<h2 style="color: var(--second);"><%= error %></h2>
2022-09-17 00:51:52 +03:00
<%- include("extra/footer") %>
2022-03-13 16:16:46 +03:00
</body>
2022-02-26 21:12:54 +03:00
</html>