Mercurial > hg > orthanc-stone
comparison UnitTestsSources/WebAssembly/index.html @ 1679:5b8b88e5bfd6
successfully running unit tests in WebAssembly
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 24 Nov 2020 12:59:10 +0100 |
parents | |
children | 03afa09cfcf1 |
comparison
equal
deleted
inserted
replaced
1678:1393e3393a0b | 1679:5b8b88e5bfd6 |
---|---|
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 Executing the tests... | |
11 </pre> | |
12 <script src="UnitTests.js" async></script> | |
13 </body> | |
14 </html> |