UNPKG

paraview-glance

Version:

Web application for Visualizing Scientific and Medical datasets

55 lines (42 loc) 1.75 kB
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="google" value="notranslate"> <title>ParaView Glance</title> <meta name="description" content="Data Viewer in a browser"> <link inline rel="icon" type="image/png" href="ParaView.png"> <style> /* override vuetify for mobile */ html { position: fixed; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden !important; } </style> <link inline rel="stylesheet" href="vendors.b23de09541865f360af3.css"> <link inline rel="stylesheet" href="glance.6fe8de93ef6ec4e061c4.css"> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-90338862-10"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-90338862-10'); </script> <script inline src="version.js"></script> <script inline src="runtime.0fc821c723cf3aa47120.js"></script> <script inline src="vendors.030ec887b2b43e5e4a3e.js"></script> <script inline src="glance.cf915c6f243e068ef0ee.js"></script> <script src="glance-external-ITKReader.5ca78dc2910f3e404cb1.js"></script> <script src="glance-external-Workbox.0e7d7086361be4c032d4.js"></script> </head> <body> <div id="root-container"></div> <script> const container = document.querySelector('#root-container'); const glanceInstance = Glance.createViewer(container); glanceInstance.processURLArgs(); </script> </body> </html>