diff options
Diffstat (limited to 'site/rsync')
-rw-r--r-- | site/rsync/index.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/site/rsync/index.php b/site/rsync/index.php index 3e7629c..34b283d 100644 --- a/site/rsync/index.php +++ b/site/rsync/index.php @@ -24,9 +24,7 @@ <!DOCTYPE html> <html> <head> - <style type="text/css"> - <?php echo miniCss(file_get_contents("../common/css/main.css")); ?> - </style> + <link rel="stylesheet" type="text/css" href="../common/css/main.css" /> <title><?php echo gettext("Mirroring libreboot"); ?></title> </head> @@ -63,4 +61,4 @@ <?php $strHtml = ob_get_clean(); echo miniHtml($strHtml); -?>
\ No newline at end of file +?> |