diff options
author | rekado <rekado@elephly.net> | 2013-01-24 17:21:57 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-01-24 17:21:57 +0800 |
commit | 6730dc9944fdf0eff9d933f94a215963205be6f4 (patch) | |
tree | 5fb2a05e3dd246f48ec37c44ead529f207e33640 | |
parent | 4bc6517e6573d72253a24f7871a811f31d94d870 (diff) |
add alt attribute to logo
-rw-r--r-- | templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.html b/templates/default.html index dccc72a..396f1c8 100644 --- a/templates/default.html +++ b/templates/default.html @@ -19,7 +19,7 @@ </head> <body id="top"> <div id="navigation"> - <img id="logo" src="/images/logo.png"/> + <img id="logo" alt="logo" src="/images/logo.png"/> <ul> <li><a href="/about.html">About</a></li> <li><a href="/projects.html">Projects</a></li> |