Mercurial > hg > orthanc-stl
view WebApplications/three.html @ 74:ad9950628b35 default tip
use relative path to instances for reverse proxying
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 15 Oct 2024 14:46:48 +0200 |
parents | b798387b085c |
children |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Orthanc STL viewer (Three)</title> <style> body { margin: 0; } </style> </head> <body> <script async src="basic-viewer/es-module-shims.js"></script> <script type="importmap"> { "imports": { "three": "./basic-viewer/three.module.min.js" } } </script> <script type="module" src="./three.js"></script> </body> </html>