HTMLPages
HOme Page <div class="main-container" style="max-width: 600px; margin: 50px auto; padding: 30px; background: #f4f6f8; border-radius: 10px; font-family: 'Segoe UI', sans-serif; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center;"> <div class="top-row"> <h1 style="color: #2c3e50; font-size: 28px; margin-bottom: 20px;">Online Restaurant Management System</h1> </div> <hr class="divider" style="border: none; border-top: 2px solid #ccc; margin: 20px 0;" /> <div class="button-box" style="display: flex; flex-direction: column; gap: 20px; align-items: center;"> <a routerLink="/add" class="menu-button add" style="text-decoration: none; background: #27ae60; color: white; padding: 12px 25px; border-radius: 6px; font-size: 16px; font-weight: bold; box-shadow: 0 3px 6px rgba(0,0,0,0.1);">ADD MENU</a> ...