Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>EduSultan ERP - School Management System</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <style> | |
| :root { | |
| --primary: #1976d2; | |
| --secondary: #dc004e; | |
| --success: #2e7d32; | |
| --warning: #ed6c02; | |
| --error: #d32f2f; | |
| } | |
| body { | |
| font-family: 'Roboto', 'Tajawal', sans-serif; | |
| } | |
| .rtl { | |
| direction: rtl; | |
| font-family: 'Tajawal', sans-serif; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <div id="root"></div> | |
| <script src="/static/js/main.js" type="module"></script> | |
| </body> | |
| </html> |