Files
coorl-lost-cities/web/index.html
T
2026-07-14 19:49:03 +09:00

15 lines
446 B
HTML

<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#050607" />
<meta name="description" content="Play Lost Cities against an on-device PPO agent." />
<title>COOLRL LOST CITIES</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>