Mercurial > hg > orthanc-stone
comparison Resources/CodeGeneration/testWasmIntegrated/testWasmIntegrated.html @ 496:8b6ceae45ba0 bgo-commands-codegen
Finished (untested) C++, html, typescript, tsc & browserify production.
author | bgo-osimis |
---|---|
date | Sat, 23 Feb 2019 15:04:29 +0100 |
parents | |
children | 6d62fc8a6988 |
comparison
equal
deleted
inserted
replaced
495:6405435480ae | 496:8b6ceae45ba0 |
---|---|
1 <!doctype html> | |
2 | |
3 <html lang="us"> | |
4 <head> | |
5 <meta charset="utf-8" /> | |
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
7 | |
8 <!-- Disable pinch zoom on mobile devices --> | |
9 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
10 <meta name="HandheldFriendly" content="true" /> | |
11 | |
12 <title>Simple Viewer</title> | |
13 <link href="styles.css" rel="stylesheet" /> | |
14 | |
15 <body> | |
16 <div id="toolbox" style="height: 50px"> | |
17 <button tool-selector="line-measure" class="tool-selector">line</button> | |
18 </div> | |
19 <script type="text/javascript" src="testWasmIntegratedApp.js"></script> | |
20 </body> | |
21 | |
22 </html> |