You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
745 B

2 months ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>View</title>
  6. <link rel="stylesheet" href="app.css" />
  7. <script>var __uniConfig = {"globalStyle":{},"darkmode":false}</script>
  8. <script>
  9. var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
  10. CSS.supports('top: constant(a)'))
  11. document.write(
  12. '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
  13. (coverSupport ? ', viewport-fit=cover' : '') + '" />')
  14. </script>
  15. </head>
  16. <body>
  17. <div id="app"></div>
  18. <script src="uni-app-view.umd.js"></script>
  19. </body>
  20. </html>