無聊程式碼 jQuery Mobile 骨架

longerandlonger發表於2013-03-01
<!DOCTYPE html>
<html>
<head>
    <title>Page Title</title>
    <meta charset="gbk" />
    <title>Delete</title>
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
    <!-- <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile.structure-1.3.0.css" />  -->
    <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
    <script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
    <div data-role="page">
        <div data-role="header">
            
        </div>
        <div data-role="content">
            
        </div>
        <div data-role="footer">
            
        </div>
    </div>
</body>
</html>

相關文章