Files
fressh/packages/react-native-xtermjs-webview-internal/index.html
2025-09-17 00:33:36 -04:00

14 lines
307 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
</head>
<body style="margin: 0; padding: 0; width: 100%; height: 100%">
<div
id="terminal"
style="margin: 0; padding: 0; width: 100%; height: 100%"
></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>