view Resources/WebAssembly/ArithmeticTests/index.html @ 3571:fa982a45062b

Merged in TomasZubiri/orthanc-1/Tomas-Zubiri/replaced-broken-url-with-url-from-waybac-1573762425576 (pull request #11) Replaced broken url with url from wayback archive
author Sébastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Nov 2019 07:32:26 +0000
parents 04873915beaf
children
line wrap: on
line source

<!doctype html>
<html lang="en-us">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>DCMTK - Inspect arithmetic types</title>
  </head>
  <body>
    <pre id="stderr"></pre>
    <script type="text/javascript" src="app.js"></script>
    <script type="text/javascript" async src="dcmtk.js"></script>
  </body>
</html>