UNPKG

pixijs-remote-helper

Version:
22 lines 405 B
<!doctype html> <html> <head> <meta charset=UTF-8> <title>Pixijs remote helper</title> </head> <body> <div id="app"><Main/></div> <!-- <script type="text/javascript" src="main.bundle.js"></script>--> </body> <style> html { background-color: whitesmoke; height: 100%; } body { margin: 0; padding: 0; height: 100%; } </style> </html>