Facebook
From Trivial Porcupine, 5 Years ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 193
  1.         <meta charset="UTF-8">
  2.         <style>
  3.         @keyframes heartbeat
  4.         {
  5.           0%
  6.           {
  7.                 transform: scale( .80 );
  8.           }
  9.           20%
  10.           {
  11.                 transform: scale( 1 );
  12.           }
  13.           40%
  14.           {
  15.                 transform: scale( .80 );
  16.           }
  17.           60%
  18.           {
  19.                 transform: scale( 1 );
  20.           }
  21.           80%
  22.           {
  23.                 transform: scale( .80 );
  24.           }
  25.           100%
  26.           {
  27.                 transform: scale( .80 );
  28.           }
  29.         }
  30.  
  31.         div
  32.         {
  33.           animation: heartbeat 5s infinite;
  34.         }
  35.         </style>
  36. </head>
  37. <div>
  38. <center><a href="https://forum.pangeayt2.eu/index.php?/topic/17707-konkurs-wielkanocny-forum/"><img src="http://p2v.eu/shu/fuzz-NnhraqyLMmsW.png" alt="tekst alternatywny"></a></center>
  39. </div>
  40. <center><p><span style="color:#ffcc5f"><span style="font-size:17px">Pamiętaj! Nie loguj się na strony podobne do naszej! </span></span></p><p><span style="color:#00cc33"><span style="font-size:17px">Tylko https:// PangeaYt2 . eu </span></span></p><p><span style="color:#ffcc5f"><span style="font-size:17px">Możesz stracić swój cały dobytek!!! Uważaj bo będziesz żałować!!! </span></span></p><p> </p><p><img src="http://p2v.eu/shu/fuzz-wyikIhT3rC9E.png" style="width:35%"></p></center>
  41. </body>
  42. </html>