Parcourir la source

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.
Joel Martin il y a 12 ans
Parent
commit
5514d29950
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      vnc.html

+ 1 - 1
vnc.html

@@ -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>