Spaces:
Sleeping
Sleeping
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| // Detect environment and set base path accordingly | |
| $isDocker = getenv('DOCKER_ENV') || file_exists('/var/www/html/Dockerfile'); | |
| $basePath = $isDocker ? '/' : '/KIIT-KAFE/'; | |
| <base href="<?php echo $basePath; ?>"> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>KIIT KAFE — Campus 25</title> | |
| <link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet"> | |
| <link rel="stylesheet" href="css/style.css"> | |
| </head> |