12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <meta charset="UTF-8">
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta name="apple-mobile-web-app-title" content="应用标题">
-
- <meta name="screen-orientation" content="portrait">
-
- <meta name="full-screen" content="yes">
-
- <meta name="browsermode" content="application">
-
- <meta name="x5-orientation" content="portrait">
-
- <meta name="x5-fullscreen" content="true">
-
- <meta name="x5-page-mode" content="app">
-
- <meta name="HandheldFriendly" content="true">
-
- <meta name="viewport" content="width =device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
-
-
-
-
-
-
-
-
- <meta name="MobileOptimized" content="320">
- <title>用户绑定完成</title>
- <link rel="apple-touch-icon-precomposed" href="custom_icon.png">
-
- <link rel="stylesheet" href="../dist/css/nirvana.css" media="all">
- <style>
- .container {
- padding-top: 10px;
- }
- .figure .grid {
- border-top: none;
- border-bottom: none;
- }
- </style>
- </head>
- <body>
- <header class="demonav">
- <h1><span> 微信帐号绑定完成</span></h1>
- </header>
- <section class="main">
-
- <article class="page" id="wrapper" style="">
- <div class="container">
-
- <div class="grid" style="color:gray;">
- <span>
-
- </span> <span>你的微信帐号已绑定成功,可进入公众号使用相关服务</span>
- </div>
-
- </div>
- </article>
- </section>
-
- </body>
- </html>
|