diff options
author | Matthew Summers <quantumsummers@gentoo.org> | 2011-03-27 16:48:21 -0500 |
---|---|---|
committer | Matthew Summers <quantumsummers@gentoo.org> | 2011-03-27 16:48:21 -0500 |
commit | 772de73c6697b7704dbd46c0b4831a3ad304170d (patch) | |
tree | f18179201cbb5e236cb8f9ce4112318891d42372 | |
parent | initial arch variant(amd64) dir and index and references dir (diff) | |
download | get-gentoo-772de73c6697b7704dbd46c0b4831a3ad304170d.tar.gz get-gentoo-772de73c6697b7704dbd46c0b4831a3ad304170d.tar.bz2 get-gentoo-772de73c6697b7704dbd46c0b4831a3ad304170d.zip |
initial arch variant (x86) dir and index
-rw-r--r-- | htdocs/x86/index.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/htdocs/x86/index.html b/htdocs/x86/index.html new file mode 100644 index 0000000..a20b889 --- /dev/null +++ b/htdocs/x86/index.html @@ -0,0 +1,57 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <title>Get Gentoo! - x86 </title> + <link type="image/x-icon" href="http://www.gentoo.org/favicon.ico" rel="shortcut icon" /> + <link rel="stylesheet" type="text/css" href="../style.css" media="screen" /> + </head> + <body> + <div class="contain"> + <div class="head"> + <div class="logo"> + <h1>Get Gentoo! - <span class="arch">x86</span></h1> + </div> + </div> + + <div class="arches two"> + <ul> + <li> + <h2>x86 install iso</h2> + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-install-x86-minimal/">iso</a> + + </li> + <li> + <h2>i686 stage3</h2> + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i686/">i686 stage3</a> + </li> + <li> + <h2>i686-hardened stage3</h2> + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i686-hardened/">i686-hardened stage3</a> + </li> + <li> + <h2>i486 stage3</h2> + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i486/">i486 stage3</a> + </li> + </ul> + </div> + <div style="clear:both;"></div> + <div class="other"> + <p> + <b>LiveDVD (released 2011 Mar 8)</b> + <br />(<=2.5 gigabytes) + <br /> + <a href="http://bouncer.gentoo.org/fetch/gentoo-11.0-livedvd/x86/">x86</a> + </p> + <p> + If you prefer to select a local mirror yourself, see <a href="http://www.gentoo.org/main/en/mirrors2.xml">Gentoo Mirrors</a>. + </p> + </div> + + <div class="footer"> + <p>Copyright 2001-2011 Gentoo Foundation, Inc. Questions, Comments? <a class="highlight" href="http://www.gentoo.org/main/en/contact.xml">Contact us</a></p> + </div> + </div> + + </body> +</html> |