Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by mrmantach

  1. M

    HTML & CSS hey omnomc i stole your code !!!!!!!!!

    <!DOCTYPE html> <html> <head><title>hey</title> <script> var Cookies = 0 var autoClickers = 0 var loopRunningAutoClickers = false var bakers = 0 var loopRunningBakers = false var farms = 0 var loopRunningFarms = false function save() { localStorage.cookies = Cookies } function load() {...
  2. M

    JavaScript Can this glitch be fixed?

    <!DOCTYPE html> <html> <head><title>hey</title> <script> var Cookies = 0 var autoClickers = 0 var loopRunningAutoClickers = false var bakers = 0 var loopRunningBakers = false var farms = 0 var loopRunningFarms = false function save() { localStorage.cookies = Cookies } function load() {...
  3. M

    JavaScript This doesn't make any sense!

    thanks omnomc for all yr hlp
  4. M

    HTML intro to html

    hey guys! mrmantech here this is an early intro to html and to making sentences with html <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> </body> </html>
Back
Top Bottom