mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 22:26:10 +03:00
17 lines
503 B
HTML
17 lines
503 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>OpenSeadragon QUnit</title>
|
|
<link rel="stylesheet" href="/node_modules/qunitjs/qunit/qunit.css">
|
|
<link rel="stylesheet" href="/test/test.css">
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<div id="example"></div>
|
|
<script src="/node_modules/qunitjs/qunit/qunit.js"></script>
|
|
<script src="/build/openseadragon.min.js"></script>
|
|
<script src="/test/test.js"></script>
|
|
</body>
|
|
</html> |