This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>PoC v2 Plan</title> | |
| <style> | |
| :root { --bg: #1a1a2e; --surface: #16213e; --card: #0f3460; --accent: #e94560; --text: #eee; --text2: #aab; --code-bg: #0d1117; --border: #333; --link: #64b5f6; } | |
| * { margin: 0; padding: 0; box-sizing: border-box; } | |
| body { font-family: -apple-system, sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; font-size: 15px; padding: 16px; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>PoC 실행 계획</title> | |
| <style> | |
| :root { --bg:#1a1a2e; --surface:#16213e; --card:#0f3460; --accent:#e94560; --text:#eee; --text2:#aab; --code-bg:#0d1117; --border:#333; --link:#64b5f6; } | |
| * { margin:0; padding:0; box-sizing:border-box; } | |
| html { scroll-behavior:smooth; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>멀티 LLM 팀 코딩 오케스트레이터 — 리서치</title> | |
| <style> | |
| :root { | |
| --bg: #1a1a2e; | |
| --surface: #16213e; |