index.html 442 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="UTF-8">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
  6. <meta http-equiv="Pragma" content="no-cache">
  7. <meta http-equiv="Expires" content="0">
  8. <script src="./src/index.js" type="module"></script>
  9. <link rel="stylesheet" type="text/css" href="./src/assets/style.css" charset="UTF-8" />
  10. <title>O2OA</title>
  11. </head>
  12. <body>
  13. </body>
  14. </html>