1<html> 2 <head> 3 <meta name='viewport' content='width=device-width,target-densitydpi=device-dpi,initial-scale=0.25' /> 4 </head> 5 <body> 6 A page with a viewport set to device-dpi and device width, scale < 1. 7 </body> 8</html> 9