diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-01 22:58:04 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-01 22:58:04 -0500 |
commit | dcc3c18bd7689d2ce625e7af38267ca0b43b1267 (patch) | |
tree | 177a7c90564e6fa3b2cd95a6bc452d68459864fb /www/index.html | |
parent | 1718523367e147e240cd6e9fe2c888491d102897 (diff) | |
download | html5ks-dcc3c18bd7689d2ce625e7af38267ca0b43b1267.tar.xz html5ks-dcc3c18bd7689d2ce625e7af38267ca0b43b1267.zip |
Try to use WebP only if possible.
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index a623f50..2798621 100644 --- a/www/index.html +++ b/www/index.html @@ -53,7 +53,7 @@ </div> <div id="nvl" style="display: none;"> <div id="nvlsay" class="say"></div> - <img class="ctc" id="nvlctc" src="dump/ui/ctc_anim.png" alt="Click to continue..."> + <img class="ctc" id="nvlctc" alt="Click to continue..."> </div> <div id="choices" class="centered"></div> <div id="centered" class="centered say"></div> |