index.html 884 B

1234567891011121314151617181920212223242526272829
  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. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  12. <!-- Adding "maximum-scale=1" fixes the Mobile Safari auto-zoom bug: http://filamentgroup.com/examples/iosScaleBug/ -->
  13. </head>
  14. <body lang="en">
  15. <section id="one">
  16. <p>Hello world!</p>
  17. </section>
  18. <section>
  19. <p>Hello again</p>
  20. </section>
  21. </body>
  22. </html>