Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <meta http-equiv="refresh" content="300"; url=start.html>
  4. <style type="text/css">
  5. iframe {
  6. margin: 0px !important;
  7. padding: 0px !important;
  8. border: 0px !important;
  9. overflow: hidden;
  10. }
  11.  
  12. html, body {
  13. margin: 0px !important;
  14. padding: 0px !important;
  15. border: 0px !important;
  16. width: 100%;
  17. height: 100%;
  18. overflow: hidden;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <script type="text/javascript">
  24. function reloadTrace() {
  25. var x=document.getElementById("f7");
  26. x.src=x.src+Math.floor(random()%100000);
  27. }
  28.  
  29. setTimeout(reloadTrace(), 3000);
  30.  
  31. </script>
  32.  
  33. <!--
  34.  
  35. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  36.  
  37. <style type="text/css">
  38. .snowflake{
  39. position:absolute;
  40. top:-40px;
  41. transition: left 5s;
  42. opacity:1;
  43. color: #fff;
  44. -webkit-animation:spin 4s linear infinite;
  45. -moz-animation:spin 4s linear infinite;
  46. animation:spin 4s linear infinite;
  47. }
  48.  
  49. @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  50. @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  51. @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  52. </style>
  53.  
  54. <script type="text/javascript">
  55. var snow_intensity = 50; // smaller number = more snowflakes;
  56.  
  57. function Snowflake(){
  58. var snowflake = this;
  59. snowflake.x = (Math.random() * $(document).width());
  60. snowflake.size = (Math.random() * 35) + 10;
  61. snowflake.opacity = Math.random();
  62. snowflake.body = $("<em class='snowflake'>*</em>");
  63. snowflake.body.css({'font-size': this.size + 'px', 'left': this.x +'px', opacity: this.opacity });
  64. snowflake.fall = function(){
  65. var that = this;
  66. var $snowflake = this.body;
  67. var swing_direction = 1;
  68. var swing_wave = Math.random() * 100;
  69. var interval = setInterval(function(){
  70. $snowflake.css({left: that.x + (swing_direction * swing_wave)});
  71. swing_direction = - swing_direction;
  72. }, 1000);
  73. var speed = (Math.random() * 3000) + 3000;
  74. $snowflake.animate({top: '100vh'}, speed, function(){
  75. clearInterval(interval);
  76. $snowflake.remove();
  77. });
  78. }
  79. $('body').append(snowflake.body);
  80. snowflake.fall();
  81. }
  82.  
  83. var snow = window.setInterval(function () {
  84. new Snowflake();
  85. }, snow_intensity);
  86.  
  87. document.onkeypress = function () {
  88. window.clearInterval(snow);
  89. };
  90. </script>
  91.  
  92. -->
  93.  
  94. <iframe width="1916px" height="50%" name="f1" id="f1" sandbox="allow-same-origin allow-scripts allow-forms" src="https://zabbix.grupawp.pl/counters?fullscreen=true"></iframe>
  95. <iframe width="1916px" height="50%" name="f2" id="f2" sandbox="allow-same-origin allow-scripts allow-forms" src="http://mon-1.sds.dc-1.srv.dcwp.pl"></iframe>
  96. <iframe width="1916px" height="50%" name="f3" id="f3" sandbox="allow-same-origin allow-scripts allow-forms" src="https://grafana.grupawp.pl/d/fCmOuttmz/search-simple-panel?orgId=5&from=now-3h&to=now&refresh=30s"></iframe>
  97. <iframe width="1916px" height="50%" name="f4" id="f4" sandbox="allow-same-origin allow-scripts allow-forms" src="https://poczta.firma.o2.pl/m"></iframe>
  98. <iframe width="1916px" height="50%" name="f5" id="f5" sandbox="allow-same-origin allow-scripts allow-forms" src="http://wp.pl"></iframe>
  99. <iframe width="1916px" height="50%" name="f6" id="f6" sandbox="allow-same-origin allow-scripts allow-forms" src="http://cache.tracelogstats.poczta.dcwp.pl"></iframe>
  100. <iframe width="1916px" height="50%" name="f7" id="f7" sandbox="allow-same-origin allow-scripts allow-forms" src="https://grafana.grupawp.pl/d/000000337/pilot-admini?refresh=30s&orgId=3&from=now-6h&to=now"></iframe>
  101. <iframe width="1916px" height="50%" name="f8" id="f8" sandbox="allow-same-origin allow-scripts allow-forms" src="https://nmis8.int.wp-sa.pl/pomidor/cudo/"></iframe>
  102. </body>
  103. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement