dicom-viewer/index.html
2022-11-01 20:05:30 +03:00

41 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="https://cdn.rawgit.com/konvajs/konva/8.3.0/konva.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/i18next/21.6.0/i18next.min.js"></script>
<script type="text/javascript" src="https://ivmartel.github.io/dwv-jqmobile/demo/stable/node_modules/magic-wand-tool/dist/magic-wand.min.js"></script>
<script type="text/javascript" src="https://ivmartel.github.io/dwv-jqmobile/demo/stable/node_modules/dwv/dist/dwv.min.js"></script>
<title>Document</title>
</head>
<body>
<style>
html, body {
height: 100%;
}
#dwv { height: 80%; }
.layerGroup {
display: inline-block;
height: 100%;
width: 100%;
}
.layer {
position: absolute;
}
</style>
<div id="dwv">
<div id="layerGroup0" class="layerGroup"></div>
</div>
<script src="index.js"></script>
</body>
</html>