comparison Samples/Deprecated/WebAssembly/index.html @ 1348:eac254fb6791 broker

Moved Application/Samples/* to Application/Samples/Deprecated/* (remaining) + moved Samples/* to Samples/Deprecated/*
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 07 Apr 2020 14:31:28 +0200
parents Samples/WebAssembly/index.html@270c31978df1
children
comparison
equal deleted inserted replaced
1347:bfd77672d825 1348:eac254fb6791
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>