Mercurial > hg > orthanc-stl
view Sources/viewer.html @ 21:42ebec01143b
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 22 Nov 2023 08:01:03 +0100 |
parents | 4e889a8e8be2 |
children |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Orthanc STL viewer</title> <style> body { margin: 0; } </style> </head> <body> <script async src="es-module-shims.js"></script> <script type="importmap"> { "imports": { "three": "./three.module.min.js" } } </script> <script type="module" src="./viewer.js"></script> </body> </html>