index.html 656 B

1234567891011121314151617181920
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title></title>
  6. <!--[if lt IE 9]>
  7. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  8. <![endif]-->
  9. <link rel="stylesheet" media="all" href=""/>
  10. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  11. <!-- Adding "maximum-scale=1" fixes the Mobile Safari auto-zoom bug: http://filamentgroup.com/examples/iosScaleBug/ -->
  12. </head>
  13. <body lang="en">
  14. </body>
  15. </html>