Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <base href="http://bitent.com/html5/anna_and_elsa_summer_festivals/">
  5. <meta content="http://thumbs1.egirlgames.net/games/anna_and_elsa_summer_festivals100.png" property="og:image" />
  6. <meta content="Anna And Elsa Summer Festivals" property="og:title" />
  7.  
  8. <script>
  9. var wgCustomSplash = {
  10. preSplash:"wgSplashPre", /* the ID of the element which will be user as preroll splash */
  11. preSplashButton:"pre-button", /* the ID of the element which will trigger the preroll ad on click/tap */
  12. midSplash:"wgSplashMid", /* the ID of the element which will be user as midroll splash, if apply */
  13. midSplashButton:"mid-button", /* the ID of the element which will trigger the midroll ad on click/tap, if apply */
  14. }
  15. </script>
  16.  
  17. <script type="text/javascript" src="http://st.wgplayer.com/bitent.com/wgAds.desktop.conf.js"></script>
  18. <script type="text/javascript" src="http://st.wgplayer.com/bitent.com/js/6jTjUzJb-RYtMkBe3HZQcA/2358255838/wgAds.js"></script>
  19. <script src="//bitent.com/lock_html5/adscontrol.js"></script>
  20. <meta charset="utf-8" />
  21. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
  22. <title>Anna And Elsa Summer Festivals</title>
  23. <script type="text/javascript" src="vendor/phaser.min.js"></script>
  24. <script src="phaser-capture.js"></script>
  25. <script src="canvasImageSaver.min.js"></script>
  26. </head>
  27. <body style='margin:0px'>
  28. <div class="gameArea" id='theGame'>
  29. </div>
  30. <!-- include the main game file -->
  31. <script src="states/boot.js"></script>
  32. <script src="states/preload.js"></script>
  33. <script src="states/titlepage.js"></script>
  34. <script src="states/storyline.js"></script>
  35. <script src="states/levelselect.js"></script>
  36. <script src="states/dressup.js"></script>
  37. <script src="states/makeup1.js"></script>
  38. <script src="states/makeup2.js"></script>
  39. <script src="states/thumb.js"></script>
  40. <script src="states/endscreen.js"></script>
  41. <script src="states/ldrstat.js"></script>
  42. <script src="settingfile.js"></script>
  43. <script src="app.js"></script>
  44.  
  45.  
  46.  
  47. <style>
  48. #mid-button {
  49. -webkit-animation: pulsate 2s ease-out;
  50. -webkit-animation-iteration-count: infinite;
  51. }
  52. @-webkit-keyframes pulsate {
  53. 0% {-webkit-transform: scale(1, 1); }
  54. 50% {-webkit-transform: scale(1.2, 1.2); }
  55. 100% {-webkit-transform: scale(1, 1); }
  56. }
  57. </style>
  58.  
  59. <div style="display:none">
  60. <div id="wgSplashPre">
  61. <div>
  62. <img src="http://gamesglue.com/assets_for_html5_games/splash_bgs/default.png" style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;">
  63. <div style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(18, 13, 35, 0.61);"></div>
  64. <img src="//gamesglue.com/assets_for_html5_games/greyBar.png" style="position: absolute; width: 100%; height: 100%;">
  65. <div style="position: absolute; top: 40%; width: 100%; height: 30%;">
  66. <img src="//gamesglue.com/assets_for_html5_games/sparkles.png" style="position: absolute; left: 21%; width: 58%; top: 26%;">
  67. <a href="#" style="display: inline-flex; width: 44%; top: 46%; height: 44%; margin: 0px auto; left: 29%; position: absolute;">
  68. <img src="//gamesglue.com/assets_for_html5_games/playButton.png" id="pre-button" style="transform-origin: center center 0px; margin: auto; align-self: center; align-content: center; width: 86.8%;">
  69. </a>
  70. </div>
  71. </div>
  72. </div>
  73.  
  74. <div id="wgSplashMid">
  75. <div>
  76. <img src="http://gamesglue.com/assets_for_html5_games/splash_bgs/default.png" style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;">
  77. <div style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(18, 13, 35, 0.61);"></div>
  78. <img src="//gamesglue.com/assets_for_html5_games/greyBar.png" style="position: absolute; width: 100%; height: 100%;">
  79. <div style="position: absolute; top: 40%; width: 100%; height: 30%;">
  80. <img src="//gamesglue.com/assets_for_html5_games/sparkles.png" style="position: absolute; left: 21%; width: 58%; top: 26%;">
  81. <a href="#" style="display: inline-flex; width: 44%; top: 46%; height: 44%; margin: 0px auto; left: 29%; position: absolute;">
  82. <img src="//gamesglue.com/assets_for_html5_games/playButton.png" id="mid-button" style="transform-origin: center center 0px; margin: auto; align-self: center; align-content: center; width: 86.8%;">
  83. </a>
  84. </div>
  85. </div>
  86. </div>
  87. </div>
  88.  
  89. </body>
  90. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement