UNPKG

vibetunnel

Version:

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

24 lines (22 loc) 615 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Terminal Test</title> <link href="../../bundle/styles.css" rel="stylesheet" /> <style> body { margin: 0; font-family: 'Hack Nerd Font Mono', 'Fira Code', Consolas, 'Courier New', monospace; background: #0a0b0d; color: #e0e0e0; min-height: 100vh; } </style> </head> <body> <terminal-test></terminal-test> <script type="module" src="../../bundle/test.js"></script> </body> </html>