We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319a2a0 commit cacb04aCopy full SHA for cacb04a
i/index.html
@@ -0,0 +1,17 @@
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+<html xmlns="http://www.w3.org/1999/xhtml">
3
+<head>
4
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+<meta name="viewport" content="width=320, user-scalable=no" />
6
+<title>user-scalable=no</title>
7
+<style type="text/css">
8
+body { padding:0; margin:0; }
9
+</style>
10
+</head>
11
+
12
+<body>
13
14
+hi
15
16
+</body>
17
+</html>
0 commit comments