mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
15 lines
No EOL
270 B
Text
15 lines
No EOL
270 B
Text
<!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> |