Mercurial > hg > orthanc-stone
view Samples/WebAssembly/index.html @ 655:1e26bb5f2a02
Fixed truncating conversion warnings + fixed deletion of incomplete type
(seemingly due to M$ auto_ptr implementation)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 14 May 2019 13:51:32 +0200 |
parents | 97926984d5d0 |
children | 270c31978df1 |
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> </ul> </body> </html>