mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-27 19:39:52 +00:00
18 lines
496 B
HTML
18 lines
496 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>WhereHows UI Test</title>
|
|
<link rel="stylesheet" href="qunit-2.0.1.css">
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="../../vendors/jquery-2.1.4/jquery-2.1.4.min.js"></script>
|
|
<script src="qunit-2.0.1.js"></script>
|
|
<script src="datasets.js"></script>
|
|
<script src="flows.js"></script>
|
|
<script src="schemaHistory.js"></script>
|
|
</body>
|
|
</html>
|