view Applications/Samples/Web/index.html @ 319:daa04d15192c am-2

new SimpleViewer sample that has been split in multiple files to be able to scale it
author am@osimis.io
date Thu, 11 Oct 2018 13:16:54 +0200
parents 3c190e2bb3af
children 612238b3f3e8
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>Wasm Samples</title>
    <link href="samples-styles.css" rel="stylesheet" />

<body>
    <ul>
      <li><a href="simple-viewer/simple-viewer.html">Simple Viewer Project</a></li>
      <li><a href="simple-viewer-single-file.html">Simple Viewer Single file (to be replaced by other samples)</a></li>
    </ul>
</body>

</html>