view Deprecated/Applications/Samples/Deprecated/rt-viewer-demo/rt-viewer-demo.html @ 1409:07fac4fdbe07

Removed dead code (RtViewer is not supposed to demonstrate measuring tools in a simple example)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 04 May 2020 13:18:06 +0200
parents ff8d2e46ac63
children
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="samples-styles.css" rel="stylesheet" />

<body>
  <div style="width: 100%; height: 5%">
    <p>RTSTRUCT viewer demonstration</p>
  </div>
  <div style="width: 100%; height: 95%">
    <canvas id="canvas"></canvas>
  </div>
  <script type="text/javascript" src="app-rt-viewer-demo.js"></script>
</body>

</html>