|
沙发
楼主 |
发表于 2014-9-7 22:08:45
|
只看该作者
代码如下:
- <!DOCTYPE html>
- <html>
- <head>
- <title>Documentation</title>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-
- scale=1">
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <script type="text/javascript" src="appframework.js"></script>
- <script type="text/javascript" src="ui/appframework.ui.js"></script>
- <link rel="stylesheet" type="text/css" href="css/icons.css" />
- <link rel="stylesheet" type="text/css" href="css/appframework.css" />
- </head>
- <body>
- <div id="afui">
- <div id="content">
- <div id="main title="Welcom" class="panel" selected="true">
- <header>
- <h1>Welcome</h1>
- </header>
- balabala
- <footer>
- <a href="#home" id="footer_home" class='icon home'>Home</a>
- </footer>
- </div>
- </div>
- </div>
- </body>
- </html>
复制代码
运行图片见附件 |
|