diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-27 04:52:09 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-27 04:52:09 (EDT) |
commit | ebf365043824a0f98cfc48c6075c83ff03897551 (patch) | |
tree | d2adc32b90ee335e7027c69f3f126be6009c23cc /site/index.php | |
parent | 02fbb19b9ca348f1db8b01d657d6880ceb5b95d8 (diff) | |
download | libreboot.org-ebf365043824a0f98cfc48c6075c83ff03897551.zip libreboot.org-ebf365043824a0f98cfc48c6075c83ff03897551.tar.gz libreboot.org-ebf365043824a0f98cfc48c6075c83ff03897551.tar.bz2 |
home page: use PNG instead of SVG for logo.
Saves about 5KiB for the user.
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index 3f67e87..67173d8 100644 --- a/site/index.php +++ b/site/index.php @@ -39,7 +39,7 @@ <div id="libreboot" class="section intro"> <p> - <img class="homepage_logo" src="logo/logo.svg" alt="" title="<?php include "logo/license.txt"; ?>" /> + <img class="homepage_logo" src="logo/logo.png" alt="" title="<?php include "logo/license.txt"; ?>" /> </p> <h1><?php echo $lbProjectNameCapitalized; ?> project</h1> <p> |