index.html 813 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  7. <title>陕西广电融媒体集团创新中心</title>
  8. <% if(!("production" == process.env.NODE_ENV && undefined ==
  9. process.env.VUE_APP_MODE)){ %>
  10. <script src="//cdn.jsdelivr.net/npm/eruda"></script>
  11. <script>
  12. eruda.init();
  13. </script>
  14. <% } %>
  15. </head>
  16. <body>
  17. <noscript>
  18. <strong
  19. >We're sorry but 陕西广电融媒体集团创新中心 doesn't work
  20. properly without JavaScript enabled. Please enable it to
  21. continue.</strong
  22. >
  23. </noscript>
  24. <div id="app"></div>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. </html>