diff options
author | Darxus <darxus@chaosreigns.com> | 2011-02-17 15:34:03 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-02-18 08:42:46 -0500 |
commit | 1a4cdb27fd8a00b008cc337104dd3b0f7ad817eb (patch) | |
tree | 034c8797da139ca31a87055db1a6ae6030eb1422 /index.html | |
parent | 0e9ff1e8c92461de7fc6c5b1749e03c30f1bc6af (diff) |
Minor fixes and logo linking to main page
Fix 1 html validator error, a few warnings, and make the Wayland logo
link to the main page. Did you know you're not supposed to put an <img>
directly in a <body> in HTML 4.01 Strict?
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ </head> <body> -<h1><img src="wayland.png"></h1> +<h1><img src="wayland.png" alt="Wayland logo"></h1> <h2>Wayland</h2> |