summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-24 17:21:57 +0800
committerrekado <rekado@elephly.net>2013-01-24 17:21:57 +0800
commit6730dc9944fdf0eff9d933f94a215963205be6f4 (patch)
tree5fb2a05e3dd246f48ec37c44ead529f207e33640 /templates
parent4bc6517e6573d72253a24f7871a811f31d94d870 (diff)
add alt attribute to logo
Diffstat (limited to 'templates')
-rw-r--r--templates/default.html2
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>