Correct error page.

This commit is contained in:
kovacsv 2014-10-11 15:22:01 +02:00
parent 63e3f4822d
commit c8665c5924

View File

@ -30,8 +30,8 @@
<canvas id="example" width="0" height="0"></canvas>
<input type="file" id="file" style="display:none" multiple></input>
<div id="nosupport" style="display:none">
<div class="title">Unfortunately your browser not supports this site.</div>
You need a browser which supports the following: WebGL, WebGLRenderingContext, File, FileReader, FileList, Blob.
<div class="title">Unfortunately your browser does not support this site.</div>
You need a browser which supports the following technologies: WebGL, WebGLRenderingContext, File, FileReader, FileList, Blob.
</div>
</body>