view Samples/WebAssembly/index.html @ 820:270c31978df1

BasicMPR sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 29 May 2019 13:40:07 +0200
parents 97926984d5d0
children
line wrap: on
line source

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

    <title>Stone of Orthanc</title>
  </head>
  <body>
    <h1>Available samples</h1>
    <ul>
      <li><a href="BasicScene.html">Basic scene</a></li>
      <li><a href="BasicMPR.html">Basic MPR display</a></li>
    </ul>
  </body>
</html>