feat: add user and admin page
This commit is contained in:
20
frontend/admin.html
Normal file
20
frontend/admin.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fa" dir="rtl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>پنل ادمین</title>
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>مدیریت آیتمها</h1>
|
||||
|
||||
<div id="add-section">
|
||||
<input type="text" id="new-item" placeholder="نام آیتم جدید">
|
||||
<button id="add-btn">اضافه کن</button>
|
||||
</div>
|
||||
|
||||
<ul id="items-list"></ul>
|
||||
|
||||
<script type="module" src="assets/js/admin.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user