Mercurial > hg > orthanc-stl
view Sources/viewer.html @ 24:dd0cd39e6259
update year to 2024
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Mar 2024 15:34:22 +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>