User:I6: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "ݭݜݼݰݭ!")
 
No edit summary
Line 1: Line 1:
ݭݜݼݰݭ!
<!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>
   
    <!-- Add your heading below this line -->
    <section><h1>be prepared, for something awesome</h1>
    <h2></h2>
   
    <img src="https://www.concursive.com/show/matt-r/signature-image/airplane-icon-100x100.png">
   
    </section>
    <!-- I'm a comment! You won't see me on the page! -->
   
    </body>
</html>

Revision as of 07:35, 5 January 2016

<!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>