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.

18 lines
534 B

1 week ago
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Art Design Pro</title>
  5. <meta charset="UTF-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta
  8. name="description"
  9. content="Art Design Pro - A modern admin dashboard template built with Vue 3, TypeScript, and Element Plus."
  10. />
  11. <link rel="shortcut icon" type="image/x-icon" href="src/assets/img/favicon.ico" />
  12. </head>
  13. <body>
  14. <div id="app"></div>
  15. <script type="module" src="/src/main.ts"></script>
  16. </body>
  17. </html>