view OrthancStone/Resources/WebAssemblyUnitTests/index.html @ 2152:f68f9a8d0d63 dicom-sr

integration mainline->dicom-sr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 31 Aug 2024 08:40:01 +0200 (8 months ago)
parents 184b0aeae1af
children
line wrap: on
line source
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Stone of Orthanc</title>
  </head>
  <body>
    <h1>Stone of Orthanc - Unit tests</h1>
    <pre id="output">
      Running the tests...
    </pre>
    <script src="UnitTests.js" async></script>
  </body>
</html>