diff options
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/download/index.php b/site/download/index.php index 0380fd5..3e50b40 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -27,7 +27,9 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" type="text/css" href="../css/main.css" /> +<style type="text/css"> +<?php include "../css/main.css"; ?> +</style> <title><?php echo gettext("Download libreboot"); ?></title> @@ -188,8 +190,6 @@ <?php echo gettext("You might not see a progress bar; it's still cloning, so just be patient."); ?> </p> <ul class="l"> - <li><b><a href="../github/"><?php echo gettext("Please do not use GitHub!"); ?></a></b></li> - <li><b><a href="../gitorious/"><?php echo gettext("Please do not use Gitorious/GitLab!"); ?></a></b></li> <li><a href="http://projects.mtjm.eu/projects/libreboot"><?php echo gettext("Bug tracker"); ?></a></li> </ul> |