js-keygen/test/index.html

22 lines
460 B
HTML
Raw Normal View History

2015-09-03 13:39:13 +00:00
<!DOCTYPE html>
<html>
2018-02-13 08:30:29 +00:00
2015-09-03 13:39:13 +00:00
<head>
<meta charset="utf-8">
<title>QUnit Example</title>
<link rel="stylesheet" href="qunit/qunit.css">
</head>
2018-02-13 08:30:29 +00:00
2015-09-03 13:39:13 +00:00
<body>
<div id="qunit"></div>
2018-02-13 08:30:29 +00:00
<div id="qunit-fixture">
<div id="generate"></div>
</div>
2015-09-03 13:39:13 +00:00
<script src="qunit/qunit.js"></script>
<script src="../base64url.js"></script>
<script src="../ssh-util.js"></script>
<script src="../js-keygen.js"></script>
<script src="tests.js"></script>
</body>
2018-02-13 08:30:29 +00:00
2015-09-03 13:39:13 +00:00
</html>