Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui" />
    <meta content="yes"name="apple-mobile-web-app-capable"/>
    <meta content="black"name="apple-mobile-web-app-status-bar-style"/>
    <meta name="format-detection"content="telphone=no"/>
    <link rel="stylesheet" href="../css/page.css">
    <title>手机页面模板</title>
    <link rel="stylesheet" href="http://www.w3cplus.com/mcommon/reset.css" media="all">
    <script src="http://www.w3cplus.com/mcommon/zepto.1.1.3.js"></script>
</head>
<body>
    <header id="header" class="header">整体布局改进</header>
    <div id="main" class="wrap-page">
        <section class="page page-prev page-not-footer">
            <div class="demo-test"><p>page A</p></div>
        </section>
        <section class="page page-prev">
            <div class="demo-test"><p>page B</p></div>
        </section>
        <section class="page page-not-header-footer page-active">
            <div class="demo-test"><p>page C</p></div>
        </section>
    </div>
    <footer id="footer" class="footer">footer</footer>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
marvin1023pro
0viewers