(add this section to your readme.md)
MineRobber9000 - all of the "Button Clicker" style code.
<html> | |
<head> | |
<title>Button Clicker Example - CHANGE TITLE!</title> | |
</head> | |
<body> | |
<h1>Title</h1> | |
<p>Description</p> | |
<p>You have <span id="score"><strong>0</strong></span></p> | |
<p id="taunts"></p><br> | |
<button onClick="goClick()">Begin!</button> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> | |
<script src="buttonclicker.js"></script> | |
</body> | |
</html> |