mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 11:25:04 +03:00
13 lines
395 B
Text
13 lines
395 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<%- include("extra/meta", {title: "Admin Panel!" }) %>
|
|
|
|
|
|
<body style="text-align: center;">
|
|
<%- include("extra/navbar") %>
|
|
<b>SİLME LAN İT BEN SİLECEĞİM</b>
|
|
<h1 style="color: #4d18e6;">Welcome to the admin panel of the forum, <%= user.name %>!</h1>
|
|
<h2 style="color: #606060;">Write an ID to give someone admin permissions:</h2>
|
|
</body>
|
|
</html>
|