Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

5 лет назад
5 лет назад
5 лет назад
5 лет назад
5 лет назад
5 лет назад
5 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243
  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, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
  7. <meta name="apple-mobile-web-app-capable" content="yes"/>
  8. <meta name="full-screen" content="true"/>
  9. <meta name="screen-orientation" content="portrait"/>
  10. <meta name="x5-fullscreen" content="true"/>
  11. <meta name="360-fullscreen" content="true"/>
  12. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  13. <title>
  14. <%= htmlWebpackPlugin.options.title %>
  15. </title>
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong>We're sorry but
  20. <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to
  21. continue.</strong>
  22. </noscript>
  23. <div id="app"></div>
  24. <audio id="bgAudio">
  25. <source src="http://static.jiyou-tech.com/546/resource/assets/sound/music.mp3" type="audio/mpeg">
  26. </audio>
  27. <script>
  28. var bgAudio=document.getElementById('bgAudio');
  29. bgAudio.loop=true;
  30. bgLoop=false;
  31. document.addEventListener("DOMContentLoaded", function() {
  32. document.addEventListener("WeixinJSBridgeReady", function() {
  33. bgAudio.play();
  34. }, false);
  35. });
  36. var openLoop=function(){
  37. bgLoop=true;
  38. }
  39. bgAudio.addEventListener('play',openLoop)
  40. </script>
  41. <!-- built files will be auto injected -->
  42. </body>
  43. </html>