mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-26 17:10:11 -04:00
16 lines
441 B
HTML
16 lines
441 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>QUnit Example</title>
|
|
<link rel="stylesheet" href="js/qunit-1.23.1.css">
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="js/qunit-1.23.1.js"></script>
|
|
<script src="js/reference.js"></script>
|
|
<script src="js/test.js"></script>
|
|
</body>
|
|
</html> |