| 1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html>
- <head lang="en">
- <meta charset="UTF-8" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
- />
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <title>qrcode.vue - github.com/scopewu/qrcode.vue</title>
- <meta name="author" content="@scopewu" />
- <meta name="description" content="qrcode vue demo page" />
- <meta name="Keywords" content="qrcode.vue,qrcode" />
- <link
- rel="stylesheet"
- href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css"
- integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE="
- crossorigin="anonymous"
- />
- </head>
- <body>
- <div class="container-fluid">
- <div class="page-header">
- <h1>qrcode.vue:</h1>
- </div>
- <div id="root"></div>
- </div>
- </body>
- </html>
|