Mercurial > hg > orthanc-stone
view 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 |
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>