Jquery mobile Homepage demo

HTML

<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.css">
<div data-role="page" class="myPage">

    <div data-role="content" >    
      
            <h1>Stafforce Personnel</h1>
            <ul data-role="listview" data-inset="true">
                <li><a href="search.php" class="ui-link"><span class="icon search">Job Search</span></a></li>
                <li><a href="contact.php" class="ui-link"><span class="icon contact">Contact us</span></a></li>
                <li><a href="./?showDesktop=true" class="ui-link"><span class="icon desktop">Show desktop site</span></a></li>
            </ul>
        <p> Do not set background color manually, use <a href="http://jquerymobile.com/themeroller/index.php" >Jquery mobile Theme Roller</a> for basic styling. </p>        
    </div><!-- /content -->


</div><!-- /page -->

CSS

.myPage {
    background-color:#fffff; 
    background-image:none;
}