UNPKG

vibetunnel

Version:

Terminal sharing server with web interface - supports macOS, Linux, and headless environments

25 lines (23 loc) 660 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Monaco Editor Test</title> <link href="../../bundle/styles.css" rel="stylesheet" /> <style> body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #0a0b0d; color: #e0e0e0; min-height: 100vh; } </style> </head> <body> <monaco-editor-test></monaco-editor-test> <script type="module" src="../../bundle/test.js"></script> </body> </html>