UNPKG

iv-panorama

Version:

![Travis](https://img.shields.io/travis/rust-lang/rust.svg) ![license](https://img.shields.io/badge/license-APACHE-blue.svg)

25 lines (20 loc) 495 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>panorama</title> <style> body{ margin:0; } </style> </head> <body> <div id="container"> </div> <script type="text/javascript" src="./three.js"></script> <script src="./index.js"></script> </body> </html>