Files
website/html/test.html
T
Andrew Miner f89de8abd8 [#13, #23] Add support for alternate recipes
* Added support for determining all the possibly ways to create a given item
* Added full unit test support
2013-09-02 12:24:08 -07:00

20 lines
554 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Crafting Guide Tests</title>
<link rel="stylesheet" href="css/qunit-1.12.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="script/qunit-1.12.0.js"></script>
<script src="script/purl.js"></script>
<script src="script/crafting.js"></script>
<script src="script/test.js"></script>
</body>
</html>