12345678910111213141516171819202122232425262728293031 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8"/>
- <title></title>
- <!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <link rel="stylesheet" media="all" href="lessFramework4.css"/>
- <link rel="stylesheet" media="all" href="style.css"/>
- <script src="js/jquery-1.4.4.min.js"></script>
- <script src="js/less-grid-4.js"></script>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <!-- Adding "maximum-scale=1" fixes the Mobile Safari auto-zoom bug: http://filamentgroup.com/examples/iosScaleBug/ -->
- </head>
-
- <body lang="en">
- <section id="one">
- <p>Hello world!</p>
- </section>
- <section>
- <p>Hello again</p>
- </section>
-
- </body>
-
- </html>
|