Jump to content

Simple Cookie clicker


Recommended Posts

Posted (edited)

ph34r.png The Deep Webph34r.png

<!Doctype html>
<html>
    <head>
    </head>
    <body>
        
        <script>
            var x = 0;
            function k () {
                x++
                document.getElementById("Text").innerHTML=x;
            }
        </script>
        
       <img onclick="k()" src="https://lh6.ggpht.com/0O-HefMHNwemt4gnJ4YfNq3xFaTBaiFcwIRiUpzDZ1KObI8ptEMgoHOSDiy_tumRWexz=w300"></img>
        <h1 id="Text"></h1>
    </body>
</html>
Edited by hajar424
  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...