summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-19 10:59:56 +0300
committerAlon Levy <alon@pobox.com>2014-08-19 10:59:56 +0300
commit50108451be6d9be66e90ea0009251a01096eb8c0 (patch)
tree407e857974cce67f28a6067d3fc38cf5a70de743 /index.html
parentf8741870a1dcd066a22545635faac274413b05bd (diff)
audit from chrome: add width/height to images
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index 3dcbf0b2..74d417c6 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,7 @@
<div class="typeselection">
<table>
- <tr><td><img id="keys" src="images/keys.png"/></td></tr>
+ <tr><td><img id="keys" width="56" height="26" src="images/keys.png"/></td></tr>
<tr><td>Pick a type with [TAB] key</td></tr>
</table>
</div>
@@ -110,12 +110,14 @@
</div>
<div class="logo">
- <a href="#"><img src="images/sage.png"/></a>
+ <a href="#"><img width="146" height="67" src="images/sage.png"/></a>
</div>
</div>
- <div class="poweredby">powered by <a href="http://www.rhizi.org"><img src="images/rhizismall.png"/></a></div>
+ <div class="poweredby">powered by <a href="http://www.rhizi.org">
+ <img width="45" height="25" src="images/rhizismall.png"/></a>
+ </div>
</div>