UNPKG

@simulacrum/ui

Version:

A web UI to work with a Simulacrum Server

17 lines (14 loc) 306 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Simulacrum Server</title> <style> html, body, #root { margin: 0; padding: 0; height: 100%; } </style> </head> <body> <div id="root"></div> <script type="module" src="./index.tsx"></script> </body> </html>