diff options
-rw-r--r-- | www/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index 31b406c..da97e73 100644 --- a/www/index.html +++ b/www/index.html @@ -37,8 +37,7 @@ <li id="fontface">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face">the @font-face at-rule</a>, which lets us display the Playtime and Gentium fonts used in Katawa Shoujo. <a href="http://caniuse.com/#feat=fontface">Any browser released in the last 2 years or so should support it.</a></li> <li id="csstransforms">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transforms">CSS transforms</a>, which means that we won't be able to scale the window or show most transitions. <a href="http://caniuse.com/#feat=transforms2d">Any browser released in the last 2 years ago should work.</a></li> <li id="csstransitions">It doesn't seem to support <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions">CSS transitions</a>, which means that almost all animations won't work. Videos should still work though, unless stated above. <a href="http://caniuse.com/#feat=css-transitions">You should definitely try upgrading.</a></li> - </ul> - <div id="gotit" class="button">I know it's broken, let me play!</div> + </ul> <div id="gotit" class="button">I know it's broken, let me play!</div> </div> </div> <div id="container"> @@ -66,7 +65,7 @@ <div id="version" style="position: absolute; bottom: 10px; right: 15px; font: 8px/8px Playtime; opacity: 0.4"> Katawa Shoujo v1.0 <br> - HTML5KS 0.0.0 + HTML5KS 0.1.0 </div> </div> <div id="dialogs" style="display: none; position: absolute; top: 50%; width: 504px; height: 395px; background: url(dump/ui/bg-config.png); left: 50%; margin-left: -252px; margin-top: -197.5px;"> |