|
@@ -7,12 +7,21 @@
|
|
|
<!--[if lt IE 9]>
|
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
<![endif]-->
|
|
|
- <link rel="stylesheet" media="all" href=""/>
|
|
|
+ <link rel="stylesheet" media="all" href="lessFramework4.css"/>
|
|
|
+ <link rel="stylesheet" media="all" href="style.css"/>
|
|
|
<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>
|
|
|
|