diff options
-rw-r--r-- | site/contrib/index.php | 10 | ||||
-rw-r--r-- | site/download/index.php | 10 | ||||
-rw-r--r-- | site/index.php | 10 |
3 files changed, 9 insertions, 21 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php index e15c2c7..dbb6bd0 100644 --- a/site/contrib/index.php +++ b/site/contrib/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("Libreboot project maintainers"); ?></title> - </head> <body> 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> diff --git a/site/index.php b/site/index.php index be8c1d3..1153cee 100644 --- a/site/index.php +++ b/site/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("Libreboot project"); ?></title> - </head> <body> |