mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-10-31 19:25:04 +03:00
17 lines
462 B
Text
17 lines
462 B
Text
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<%- include(dataset.getFile(dataset.theme.codename +"/views/extra/meta"), {title: type+" error!" }) %>
|
||
|
|
||
|
|
||
|
<body style="text-align: center;">
|
||
|
<%- include(dataset.getFile(dataset.theme.codename +"/views/extra/navbar")) %>
|
||
|
|
||
|
|
||
|
<h1 style="color: var(--main);"><%= type %></h1>
|
||
|
<h2 style="color: var(--second);"><%= error %></h2>
|
||
|
<%- include(dataset.getFile(dataset.theme.codename +"/views/extra/footer")) %>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|