comparison Deprecated/Samples/WebAssembly/index.html @ 1402:65e1e4b08302

moved deprecated samples into Deprecated
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 20:50:53 +0200
parents Samples/Deprecated/WebAssembly/index.html@eac254fb6791
children
comparison
equal deleted inserted replaced
1401:f6a2d46d2b76 1402:65e1e4b08302
1 <!doctype html>
2 <html lang="en-us">
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6
7 <title>Stone of Orthanc</title>
8 </head>
9 <body>
10 <h1>Available samples</h1>
11 <ul>
12 <li><a href="BasicScene.html">Basic scene</a></li>
13 <li><a href="BasicMPR.html">Basic MPR display</a></li>
14 </ul>
15 </body>
16 </html>