Here is the default markup to create an empty page:
<!DOCTYPE html> <!--[if IEMobile 7]><html class="no-js iem7 oldie"><![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js ie7 oldie" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js ie8 oldie" lang="en"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)]><!--><html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Developr</title> <meta name="description" content=""> <meta name="author" content=""> <!-- http://davidbcalhoun.com/2010/viewport-metatag --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <!-- For all browsers --> <link rel="stylesheet" href="css/reset.css?v=1"> <link rel="stylesheet" href="css/style.css?v=1"> <link rel="stylesheet" href="css/colors.css?v=1"> <link rel="stylesheet" media="print" href="css/print.css?v=1"> <!-- For progressively larger displays --> <link rel="stylesheet" media="only all and (min-width: 480px)" href="css/480.css?v=1"> <link rel="stylesheet" media="only all and (min-width: 768px)" href="css/768.css?v=1"> <link rel="stylesheet" media="only all and (min-width: 992px)" href="css/992.css?v=1"> <link rel="stylesheet" media="only all and (min-width: 1200px)" href="css/1200.css?v=1"> <!-- For Retina displays --> <link rel="stylesheet" media="only all and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5)" href="css/2x.css?v=1"> <!-- Webfonts --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'> <!-- Additional styles --> <!-- JavaScript at bottom except for Modernizr --> <script src="js/libs/modernizr.custom.js"></script> <!-- For Modern Browsers --> <link rel="shortcut icon" href="img/favicons/favicon.png"> <!-- For everything else --> <link rel="shortcut icon" href="img/favicons/favicon.ico"> <!-- For retina screens --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/favicons/apple-touch-icon-retina.png"> <!-- For iPad 1--> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/favicons/apple-touch-icon-ipad.png"> <!-- For iPhone 3G, iPod Touch and Android --> <link rel="apple-touch-icon-precomposed" href="img/favicons/apple-touch-icon.png"> <!-- iOS web-app metas --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <!-- Startup image for web apps --> <link rel="apple-touch-startup-image" href="img/splash/ipad-landscape.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)"> <link rel="apple-touch-startup-image" href="img/splash/ipad-portrait.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)"> <link rel="apple-touch-startup-image" href="img/splash/iphone.png" media="screen and (max-device-width: 320px)"> <!-- Microsoft clear type rendering --> <meta http-equiv="cleartype" content="on"> <!-- IE9 Pinned Sites: http://msdn.microsoft.com/en-us/library/gg131029.aspx --> <meta name="application-name" content="Developr Admin Skin"> <meta name="msapplication-tooltip" content="Cross-platform admin template."> <meta name="msapplication-starturl" content="http://www.display-inline.fr/demo/developr"> <!-- These custom tasks are examples, you need to edit them to show actual pages --> <meta name="msapplication-task" content="name=Agenda;action-uri=http://www.display-inline.fr/demo/developr/agenda.html;icon-uri=http://www.display-inline.fr/demo/developr/img/favicons/favicon.ico"> <meta name="msapplication-task" content="name=My profile;action-uri=http://www.display-inline.fr/demo/developr/profile.html;icon-uri=http://www.display-inline.fr/demo/developr/img/favicons/favicon.ico"> </head> <body class="clearfix with-menu with-shortcuts"> <!-- Prompt IE 6 users to install Chrome Frame --> <!--[if lt IE 7]><p class="message red-gradient simpler">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]--> <!-- Title bar --> <header role="banner" id="title-bar"> <h2>Developr</h2> </header> <!-- Button to open/hide menu --> <a href="#" id="open-menu"><span>Menu</span></a> <!-- Button to open/hide shortcuts --> <a href="#" id="open-shortcuts"><span class="icon-thumbs"></span></a> <!-- Main content --> <section role="main" id="main"> <!-- Visible only to browsers without javascript --> <noscript class="message black-gradient simpler">Your browser does not support JavaScript! Some features won't work as expected...</noscript> <!-- Main title --> <hgroup id="main-title" class="thin"> <h1>Dashboard</h1> <h2>nov <strong>10</strong></h2> </hgroup> <!-- The padding wrapper may be omitted --> <div class="with-padding"> <!-- Main content here --> </div> </section> <!-- End main content --> <!-- Side tabs shortcuts --> <ul id="shortcuts" role="complementary" class="children-tooltip tooltip-right"> <!-- Active shortcut --> <li class="current"><a href="./" class="shortcut-dashboard" title="Dashboard">Dashboard</a></li> <!-- Background shortcut --> <li><a href="#" class="shortcut-messages" title="Messages">Messages</a></li> <!-- Disabled shortcut --> <li><span class="shortcut-notes" title="Notes">Notes</span></li> </ul> <!-- Sidebar/drop-down menu --> <section id="menu" role="complementary"> <!-- This wrapper is used by several responsive layouts --> <div id="menu-content"> <header> Administrator </header> <div id="profile"> <img src="img/user.png" width="64" height="64" alt="User name" class="user-icon"> Hello <span class="name">John <b>Doe</b></span> </div> <!-- By default, this section is made for 4 icons, see the doc to learn how to change this, in "basic markup explained" --> <ul id="access" class="children-tooltip"> <!-- Icon with count --> <li><a href="#" title="Messages"> <span class="icon-inbox"></span> <span class="count">2</span> </a></li> <!-- Simple icon --> <li><a href="#" title="Calendar"> <span class="icon-calendar"></span></a> </li> <!-- Disabled icon --> <li class="disabled"> <span class="icon-gear"></span> </li> </ul> <!-- Navigation menu goes here --> </div> <!-- End content wrapper --> <!-- This is optional --> <footer id="menu-footer"> <!-- Any content --> </footer> </section> <!-- End sidebar/drop-down menu --> <!-- JavaScript at the bottom for fast page loading --> <!-- Scripts --> <script src="js/libs/jquery-1.8.2.min.js"></script> <script src="js/setup.js"></script> <!-- Libs go here --> </body> </html>