index.html 793 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>examcloud-web-photo-upload</title>
  9. <script type="text/javascript">
  10. if(typeof(require) != "undefined"){
  11. window.nodeRequire = require;
  12. delete window.require;
  13. delete window.exports;
  14. delete window.module;
  15. }
  16. </script>
  17. </head>
  18. <body>
  19. <noscript>
  20. <strong>We're sorry but examcloud-web-photo-upload doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  21. </noscript>
  22. <div id="app"></div>
  23. <!-- built files will be auto injected -->
  24. </body>
  25. </html>