Cleanup from bootstrap attempt

This commit is contained in:
Nathan Shively-Sanders 2017-06-01 08:30:23 -07:00
parent 8f6e605f44
commit bc16831ceb

View File

@ -18,7 +18,7 @@
</head>
<body>
<div id='setup'>
<button id='runTestBtn' onclick='runTests()' type="button" class="btn btn-success btn-lg">Run Tests</button><br /><br /><br />
<button id='runTestBtn' onclick='runTests()' type="button" class="btn">Run Tests</button>
</div>
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>