diff options
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/site/download/index.php b/site/download/index.php index 6b413ce..c4c3f4d 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -24,14 +24,10 @@ <!DOCTYPE html> <html> <head> - <meta name="viewport" content="width=device-width, initial-scale=1"> - -<style type="text/css"> -<?php echo miniCss(file_get_contents("../css/main.css")); ?> -</style> - + <style type="text/css"> + <?php echo miniCss(file_get_contents("../css/main.css")); ?> + </style> <title><?php echo gettext("Download libreboot"); ?></title> - </head> <body> |