1<html> 2 <head> 3 <meta name='viewport' content='initial-scale=2,user-scalable=no' /> 4 </head> 5 <body> 6 A page with the viewport set to 2x scale, non user-scalable. 7 </body> 8</html> 9