summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-12 21:35:26 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-12 21:35:26 (EST)
commit4420e95970e33a1f015e57943a2e76ee8fdd17ff (patch)
tree0802495f058e918491dad8253abf80aed98e0866 /site/index.php
parent141f849d47bf31ffdd3eabfc1bf0568933168a6c (diff)
downloadlibreboot.org-4420e95970e33a1f015e57943a2e76ee8fdd17ff.zip
libreboot.org-4420e95970e33a1f015e57943a2e76ee8fdd17ff.tar.gz
libreboot.org-4420e95970e33a1f015e57943a2e76ee8fdd17ff.tar.bz2
link to css on pages, don't embed inline (for browser caching)
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/site/index.php b/site/index.php
index 2ed50cc..03115fe 100644
--- a/site/index.php
+++ b/site/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" />
<meta name="keywords" content="free software, open source, FOSS, FLOSS, OSS, libre software, gnu, linux, libreboot, coreboot, bios, uefi, firmware" />
<title><?php echo gettext("Libreboot project"); ?></title>
</head>