akf-forum/views/error.ejs
Akif9748 527202037c New theme is setting
Co-authored-by: Zeynep <zeynepkotan50@gmail.com>
2022-08-26 19:39:25 +03:00

15 lines
270 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<%- include("extra/meta", {title: "User list!" }) %>
<body style="text-align: center;">
<%- include("extra/navbar") %>
<h1 style="color: #4d18e6;"><%= type %></h1>
<h2 style="color: #606060;"><%= error %></h2>
</body>
</html>