vnc.html: use standard HTML5 doctype.

The mobile doctype doesn't not seem to make any difference on iOS so
I'm dropping it and just going with the standard HTML5 version since
the wapforum mobile version may cause issues with IE 10.
This commit is contained in:
Joel Martin 2012-10-19 12:18:48 -05:00
parent 57430b8c12
commit 5514d29950
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.1//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd">
<!DOCTYPE html>
<html>
<head>