summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-11 14:40:55 +0200
committerLV-426 <lv-426@taproot.org.il>2014-11-11 14:40:55 +0200
commitecde30f619161a9d2b4f454f11e41a1239303a34 (patch)
tree0e94da341d69f2ff8fa413605db53151585bc567 /index.html
parent24fb92d843ab317c3fca945cabc9b311e09e6f40 (diff)
mv img resources to res/img/
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 962644f5..cd5e254e 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
<link href="ui.css" rel="stylesheet" type="text/css">
<link href='lib/google-lato-300.css' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="images/favicon2.ico" />
+ <link rel="shortcut icon" href="res/img/favicon2.ico" />
<script src="scripts/local_config.js"></script>
<script data-main='scripts/app.js' src="lib/require.js"></script>
@@ -50,7 +50,7 @@
<div class="typeselection">
<table>
- <tr><td><img id="keys" width="56" height="26" src="images/keys.png"/></td></tr>
+ <tr><td><img id="keys" width="56" height="26" src="res/img/keys.png"/></td></tr>
<tr><td>Pick a type with [TAB] key</td></tr>
</table>
</div>
@@ -105,13 +105,13 @@
</div>
<div class="logo">
- <a href="#"><img width="146" height="67" src="images/sage.png"/></a>
+ <a href="#"><img width="146" height="67" src="res/img/sage.png"/></a>
</div>
</div>
<div class="poweredby">powered by <a href="http://www.rhizi.org">
- <img width="45" height="25" src="images/rhizismall.png"/></a>
+ <img width="45" height="25" src="res/img/rhizismall.png"/></a>
</div>
</div>