diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/site/index.php b/site/index.php index bdd6bb8..c969199 100644 --- a/site/index.php +++ b/site/index.php @@ -46,7 +46,10 @@ <?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 low-level boot firmware that is 100% free software. The project is aimed at users, attempting to make coreboot as easy to - use as possible. <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a>. + use as possible. + </p> + <p> + <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a> </p> </div> |