Mercurial > hg > orthanc-stl
view WebApplications/three.html @ 43:428903548e13
fix REUSE compliance
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 06 Apr 2024 12:34:36 +0200 |
parents | 13698d34e059 |
children | b798387b085c |
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="libs/es-module-shims.js"></script> <script type="importmap"> { "imports": { "three": "./libs/three.module.min.js" } } </script> <script type="module" src="./three.js"></script> </body> </html>