stop mobile browsers from trying to fake desktop resolutions.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4743 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2014-09-02 06:16:33 +00:00
parent 0b7f9c3a5e
commit c0a92a16dd

View file

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>FTE QuakeWorld</title>
<style>
body { background-color:#000000; color:#808080; height:100%;width:100%;margin:0;padding:0;}