diff options
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index a1e21fc..02de923 100644 --- a/site/index.php +++ b/site/index.php @@ -26,7 +26,9 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" type="text/css" href="css/main.css" /> +<style type="text/css"> +<?php include "css/main.css"; ?> +</style> <title><?php echo gettext("Libreboot project"); ?></title> |