dicom-viewer/index.html

41 lines
1.2 KiB
HTML
Raw Normal View History

2022-10-24 17:28:07 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-10-28 00:44:26 +03:00
<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>
2022-11-01 11:33:54 +03:00
<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>
2022-10-24 17:28:07 +03:00
<title>Document</title>
</head>
<body>
2022-10-30 12:41:43 +03:00
<style>
html, body {
height: 100%;
}
#dwv { height: 80%; }
.layerGroup {
display: inline-block;
2022-11-01 20:05:30 +03:00
height: 100%;
width: 100%;
2022-10-30 12:41:43 +03:00
}
.layer {
position: absolute;
}
</style>
2022-10-24 17:28:07 +03:00
<div id="dwv">
2022-10-30 12:41:43 +03:00
<div id="layerGroup0" class="layerGroup"></div>
2022-10-28 00:44:26 +03:00
</div>
2022-10-24 17:28:07 +03:00
<script src="index.js"></script>
</body>
</html>