diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 10:31:38 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 10:31:38 (EDT) |
commit | 9842ab77f46c9815622e192843a3764d83d7c946 (patch) | |
tree | 8c4935d2f142831557eb7b223e41e202558942eb /site/index.php | |
parent | a2bfd883d6ac57f90dcc2aa33993577db05dfafe (diff) | |
download | libreboot.org-9842ab77f46c9815622e192843a3764d83d7c946.zip libreboot.org-9842ab77f46c9815622e192843a3764d83d7c946.tar.gz libreboot.org-9842ab77f46c9815622e192843a3764d83d7c946.tar.bz2 |
optimize logo again
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 c5b2699..3e883ae 100644 --- a/site/index.php +++ b/site/index.php @@ -38,7 +38,7 @@ <div id="libreboot" class="section intro"> <p> - <img class="homepage_logo" src="logo/logo-small.png" alt="" title="<?php include "logo/license.txt"; ?>" /> + <img class="homepage_logo" src="logo/logo-small.jpg" alt="" title="<?php include "logo/license.txt"; ?>" /> </p> <h1><?php echo $lbProjectNameCapitalized; ?> project</h1> <p> |