diff options
Diffstat (limited to 'site/gnu')
-rw-r--r-- | site/gnu/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/site/gnu/index.php b/site/gnu/index.php index fe1490d..99b7e1d 100644 --- a/site/gnu/index.php +++ b/site/gnu/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>GNU Libreboot</title> </head> |