|
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=divice-width, initial-scale=1,maxinum-scale=1"/>
- <meta name="apple-mobile-web-app-capable" content="yes"/>
- <title>无标题文档</title>
- <link rel="stylesheet" type="text/css" href="css/icons.css">
- <link rel="stylesheet" type="text/css" href="css/af.ui.css">
- <script src="ui/appframework.ui.js"></script>
- <script src="appframework.min.js"></script>
- </head>
- <body>
- <div id = "afui">
- <div id = "content">
- <div id="main" title="Welcome" class="panel" selected="true">
- <header>
- <h1>Welcome</h1>
- <a class="button" style="float:right;" class="icon">key l </a>
- </header>
- <footer> <a href='#main' class='icon home'>welcome</a> <a href='#about' class='icon info'>About</a> </footer>
- </div>
-
- <div id="about" title="Welcome" class="panel" selected="true">
- <header>
- <h1>About</h1>
- <a class="button" style="float:right;" class="icon">okok</a>
- </header>
- <footer><a href='#main' class='icon home'>welcome</a> <a href='#about' class='icon info'>About</a> </footer>
- </div>
- </div>
- </div>
- </body>
- </html>
复制代码
在浏览器中,页面上啥都没有,是怎么回事啊? |
|