akf-forum/themes/default/error.ejs

16 lines
315 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<%- include("extra/meta", {title: type+" error!" }) %>
<body style="text-align: center;">
<%- include("extra/navbar") %>
<h1 style="color: var(--main);"><%= type %></h1>
<h2 style="color: var(--second);"><%= error %></h2>
<%- include("extra/footer") %>
</body>
</html>