chromium/chrome/installer/setup/eula/oem_ko.html

<html lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Chrome 최종 사용자 라이선스 계약</title>
<link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" />
<script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script>
</head>
<body>
<div class="header">
  <table cellpadding="0" cellspacing="0" border="0">
    <tr>
      <td valign="top" width="48" align="center">
        <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" />
        <div class="icontext">Google 크롬</div>
      </td>
      <td width="10">&nbsp;</td>
      <td>
        <span class="title">Chrome으로 웹 서핑하기</span><br /> <span class="desc">PC에 설치하는 웹브라우저 Chrome으로 빠르고 안전하며 간편하게 인터넷을 사용하세요.</span>
      </td>
    </tr>
  </table>
</div>
<div class="main">
  서비스 약관에 동의하고 Chrome 사용하기
</div>
<div class="eula">
  <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
  <form method="post" action="" onsubmit="checkAccept(this); return false;">
    <table cellpadding="0" cellspacing="0" border="0">
      <tr>
        <td valign="top">
          <input type="checkbox" name="accept" id="accept" />&nbsp;
        </td>
        <td valign="top" class="labelcell">
          <label for="accept"><b>선택사항:</b> 사용 통계 및 비정상 종료 보고서를 Google에 자동으로 전송하여 Chrome 개선에 참여해 주세요. <a href="https://support.google.com/chrome/?p=usage_stats_crash_reports">자세히 알아보기</a>
          </label>
        </td>
      </tr>
    </table>
    <div class="buttons">
      <input type="submit" name="submit" value="동의 및 실행"  /> <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="취소"  />
    </div>
  </form>
</div>
</body>
</html>