view Resources/CodeGeneration/testWasmIntegrated/testWasmIntegrated.html @ 497:d79f78971fae bgo-commands-codegen

Fixed cmake (removed missing useless file)
author bgo-osimis
date Sun, 24 Feb 2019 10:11:38 +0100
parents 8b6ceae45ba0
children 6d62fc8a6988
line wrap: on
line source

<!doctype html>

<html lang="us">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <!-- Disable pinch zoom on mobile devices -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta name="HandheldFriendly" content="true" />

    <title>Simple Viewer</title>
    <link href="styles.css" rel="stylesheet" />

<body>
  <div id="toolbox" style="height: 50px">
    <button tool-selector="line-measure" class="tool-selector">line</button>
  </div>
  <script type="text/javascript" src="testWasmIntegratedApp.js"></script>
</body>

</html>