Mercurial > hg > orthanc-stone
comparison Samples/WebAssembly/index.html @ 616:97926984d5d0
WebAssembly sample using Scene2D
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 02 May 2019 13:27:41 +0200 |
parents | |
children | 270c31978df1 |
comparison
equal
deleted
inserted
replaced
615:b4de8272e8fb | 616:97926984d5d0 |
---|---|
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 </ul> | |
14 </body> | |
15 </html> |