diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-06 12:50:34 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-08 07:18:15 +0000 |
commit | 87683ba0587a0d62d0b336143344ba283316bcb0 (patch) | |
tree | cd5301b89a8671948c93984be840e3a70e5c3a36 /docs/download.html | |
parent | a8df27b0b24fe0be21e1645b47ac860f3d707f96 (diff) |
docs: give download-article a primary heading
It's generally frowned upon to have multiple H1 headings in HTML4. So
let's add a primary heading for the article, and source that from the
title used in the sidebar.
While we're at it, let's update the title in the article to match the
title from the sidebar as well.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/download.html')
-rw-r--r-- | docs/download.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/download.html b/docs/download.html index 3807f836d14..d53d1203d11 100644 --- a/docs/download.html +++ b/docs/download.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Getting Mesa</title> + <title>Downloading and Unpacking</title> <link rel="stylesheet" type="text/css" href="mesa.css"> </head> <body> @@ -14,7 +14,9 @@ <iframe src="contents.html"></iframe> <div class="content"> -<h1>Downloading</h1> +<h1>Downloading and Unpacking</h1> + +<h2>Downloading</h2> <p> Primary Mesa download site: @@ -38,7 +40,7 @@ in the same directory, and are recognisable by the </p> -<h1>Unpacking</h1> +<h2>Unpacking</h2> <p> Mesa releases are available in two formats: <tt>.tar.xz</tt> and <tt>.tar.gz</tt>. @@ -56,7 +58,7 @@ To unpack the tarball: </pre> -<h1>Contents</h1> +<h2>Contents</h2> <p> Proceed to the <a href="install.html">compilation and installation @@ -64,7 +66,7 @@ instructions</a>. </p> -<h1>Demos, GLUT, and GLU</h1> +<h2>Demos, GLUT, and GLU</h2> <p> A package of SGI's GLU library is available |