diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-25 06:55:20 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-25 06:55:20 (EST) |
commit | fde13f7177fbbc3365fa430c52a26793a2d04dfa (patch) | |
tree | 7c0294d3ffeb02625835b55bf9880f77745ecc17 /site/index.php | |
parent | 5acf71fd1e4dca8b5252e6bfae241ca85c49c0c8 (diff) | |
download | libreboot.org-fde13f7177fbbc3365fa430c52a26793a2d04dfa.zip libreboot.org-fde13f7177fbbc3365fa430c52a26793a2d04dfa.tar.gz libreboot.org-fde13f7177fbbc3365fa430c52a26793a2d04dfa.tar.bz2 |
site/index.php: Remove useless html comment section
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/site/index.php b/site/index.php index a9b4699..72bbaf7 100644 --- a/site/index.php +++ b/site/index.php @@ -42,12 +42,6 @@ <img class="homepage_logo" src="logo/logo.svg" alt="" title="<?php include "logo/license.txt"; ?>" /> </p> <h1><?php echo $lbProjectNameCapitalized; ?> project</h1> -<!-- <p> - <?php echo $lbProjectNameCapitalized; ?> is a <a href="http://coreboot.org/">coreboot</a> distribution (distro) with proprietary software removed, - intended to be a <a href="https://www.fsf.org/about/what-is-free-software">free</a> - (libre) 'BIOS' replacement for your computer. The project is aimed at users, attempting to make - coreboot as easy to use as possible. <a href="docs/index.html#why">Learn more about <?php echo $lbProjectName; ?></a>. - </p> --> <p> <?php echo $lbProjectNameCapitalized; ?> is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, the aim is to distribute |