Files
agent/index.html
2025-10-19 22:39:40 +09:00

11 lines
267 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Remote Agent Renderer</title>
</head>
<body>
<!-- 이 창은 숨김 처리됨. WebRTC만 실행 -->
<script src="https://cdn.socket.io/4.7.5/socket.io.min.js"></script>
<script src="./agent-renderer.js"></script>
</body>
</html>