workPage.html 494 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <title>工作页面 - CocoFlow</title>
  7. <link rel="icon" href="../static/logo.ico">
  8. </head>
  9. <body>
  10. <noscript>
  11. <strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  12. </noscript>
  13. <div id="app"></div>
  14. <!-- built files will be auto injected -->
  15. </body>
  16. </html>