Advertisement
Guest User

HTML for JS-GodGame[BROKEN]

a guest
Jun 5th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4.  
  5. <body>
  6. <script src="Main.js"></script>
  7. <input id="ConstructBuilding" type="button" value="Build Woodsman's Hut" onclick="Build(WoodHut, OneOne);" />
  8. <input id="showTown" type="button" value="Show Town" onclick="ShowTown();" />
  9. </body>
  10.  
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement