diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 10:35:50 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 10:35:50 (EDT) |
commit | 9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47 (patch) | |
tree | d991f1caf979e565d82ef256903f44e41a51bcbd /site/index.php | |
parent | 1c196e2f5730b0fdd77f66742cf03f88dc04690a (diff) | |
download | libreboot.org-9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47.zip libreboot.org-9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47.tar.gz libreboot.org-9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47.tar.bz2 |
inline css
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> |