<!doctype html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width">
	<title>INTVAL3 client tests</title>
	<link href="../static/css/qunit-2.5.0.css" rel="stylesheet" />
</head>
<body>
  	<div id="qunit"></div>
  	<div id="qunit-fixture"></div>
	<script src="../static/js/qunit-2.5.0.js"></script>
	<script src="../static/js/intval.core.js"></script>
	<script src="./tests.js"></script>
</body>
</html>