index.html 864 B

12345678910111213141516171819202122232425262728293031323334
  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>
  8. <%= htmlWebpackPlugin.options.title %>
  9. </title>
  10. </head>
  11. <body>
  12. <noscript>
  13. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  14. Please enable it to continue.</strong>
  15. </noscript>
  16. <div id="app"></div>
  17. <!-- built files will be auto injected -->
  18. </body>
  19. <script type="text/javascript">
  20. document.oncontextmenu = function () {
  21. return false
  22. }
  23. document.onkeydown = function () {
  24. if (window.event && window.event.keyCode === 123) {
  25. event.keyCode = 0
  26. event.returnValue = false
  27. return false
  28. }
  29. }
  30. </script>
  31. </html>