index.html 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="UTF-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
  8. />
  9. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  10. <meta name="apple-mobile-web-app-capable" content="yes" />
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  12. <title>qrcode.vue - github.com/scopewu/qrcode.vue</title>
  13. <meta name="author" content="@scopewu" />
  14. <meta name="description" content="qrcode vue demo page" />
  15. <meta name="Keywords" content="qrcode.vue,qrcode" />
  16. <link
  17. rel="stylesheet"
  18. href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css"
  19. integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE="
  20. crossorigin="anonymous"
  21. />
  22. </head>
  23. <body>
  24. <div class="container-fluid">
  25. <div class="page-header">
  26. <h1>qrcode.vue:</h1>
  27. </div>
  28. <div id="root"></div>
  29. </div>
  30. </body>
  31. </html>