Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="Ain El Aql — EALPR Parking Security & Admin Dashboard"> | |
| <title>{% block title %}Ain El Aql{% endblock %}</title> | |
| <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}"> | |
| <link rel="icon" href="{{ url_for('static', filename='assets/cctv_logo.png') }}"> | |
| {% block head %}{% endblock %} | |
| </head> | |
| <body> | |
| {% block body %}{% endblock %} | |
| {% block scripts %}{% endblock %} | |
| </body> | |
| </html> | |