User:I6

From Valve Developer Community
Revision as of 07:35, 5 January 2016 by I6 (talk | contribs)
Jump to navigation Jump to search

<!DOCTYPE html> <html>

   <head>
       <title>inactive page</title>
       <link rel="stylesheet" href="style.css" type="text/css">
       <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script src="http://cacpg.herokuapp.com/js/demos/snowfall.min.js"></script>

<script> $(document).ready(function() {

   snowFall.snow($("section"), {
       minSize: 1,
       maxSize: 3.5,
       round: true,
       minSpeed: 3,
       maxSpeed: 3,
       flakeCount: 300
   });

}); </script>

   </head>
   <body>
   

<section>

be prepared, for something awesome

   <img src="https://www.concursive.com/show/matt-r/signature-image/airplane-icon-100x100.png">
   
   </section>
   
   </body>

</html>