source:
views/admin/dashboard.ejs
| Last change on this file was 7517a3a, checked in by , 20 hours ago | |
|---|---|
|
|
| File size: 356 bytes | |
| Line | |
|---|---|
| 1 | <%- include('../partials/header', { title: 'Admin Dashboard' }) %> |
| 2 | |
| 3 | <h1>Admin Dashboard</h1> |
| 4 | <p>Welcome to the administration panel.</p> |
| 5 | |
| 6 | <div class="card"> |
| 7 | <h2>Use Case 0003: Create Unit Listing</h2> |
| 8 | <p>Add new apartment units to the system.</p> |
| 9 | <a href="/admin/buildings" class="book-btn">Start Creating Unit</a> |
| 10 | </div> |
| 11 | |
| 12 | <a href="/">← Back</a> |
| 13 | |
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
