This commit is contained in:
2025-10-19 22:39:40 +09:00
parent 62046f6c8d
commit 24bedfd325
5 changed files with 295 additions and 32 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!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>