index.html 1005 B

12345678910111213141516171819202122232425262728293031
  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="lessFramework4.css"/>
  10. <link rel="stylesheet" media="all" href="style.css"/>
  11. <script src="js/jquery-1.4.4.min.js"></script>
  12. <script src="js/less-grid-4.js"></script>
  13. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  14. <!-- Adding "maximum-scale=1" fixes the Mobile Safari auto-zoom bug: http://filamentgroup.com/examples/iosScaleBug/ -->
  15. </head>
  16. <body lang="en">
  17. <section id="one">
  18. <p>Hello world!</p>
  19. </section>
  20. <section>
  21. <p>Hello again</p>
  22. </section>
  23. </body>
  24. </html>