UNPKG

paraview-lite

Version:

Lite ParaView client for Scientific Visualization on the Web

27 lines (25 loc) 847 B
<!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 Lite</title> <meta name="description" content="Lite ParaView client for Scientific Visualization on the Web"> <link rel="icon" type="image/png" href="ParaView.png"> <style type="text/css"> /* override vuetify */ html { overflow: hidden !important; } </style> <script type="text/javascript" src="version.js"></script> </head> <body> <noscript> <strong>We're sorry but hpccloud-client doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> </noscript> <div id="app"></div> </body> </html>