comparison Applications/Platforms/WebAssembly/UnitTests/index.html @ 1879:b4486f43394a

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jan 2022 09:06:31 +0100
parents OrthancStone/UnitTestsSources/WebAssembly/index.html@a2955abe4c2e
children
comparison
equal deleted inserted replaced
1878:c9ccd13c6a3c 1879:b4486f43394a
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Stone of Orthanc</title>
6 </head>
7 <body>
8 <h1>Stone of Orthanc - Unit tests</h1>
9 <pre id="output">
10 Running the tests...
11 </pre>
12 <script src="UnitTests.js" async></script>
13 </body>
14 </html>