diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 10:52:49 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 10:52:49 -0700 |
| commit | eaacb3c2783c374f04d2ef3eb8179fd052274177 (patch) | |
| tree | e8eaa57d0e6a7dc1d7a354fbc29810d5e7b1c926 /php/load-css.php | |
| parent | 56336ee3d5ec32647f6dbf35cf09f94a13795b60 (diff) | |
Remove unneeded file
Diffstat (limited to 'php/load-css.php')
| -rw-r--r-- | php/load-css.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/php/load-css.php b/php/load-css.php deleted file mode 100644 index 7cabc91..0000000 --- a/php/load-css.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -$isMobile = isset($_SERVER['HTTP_SEC_CH_UA_MOBILE']) && $_SERVER['HTTP_SEC_CH_UA_MOBILE'] === '?1'; -$folder = $isMobile ? 'mobile' : 'desktop'; -?> -<link rel="stylesheet" href="<?php echo $folder; ?>/body.css"> -<link rel="stylesheet" href="<?php echo $folder; ?>/content.css"> -<link rel="stylesheet" href="<?php echo $folder; ?>/header.css"> -<link rel="stylesheet" href="<?php echo $folder; ?>/footer.css"> -<link rel="stylesheet" href="<?php echo $folder; ?>/container.css"> |
