1 <html> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4 <title>Google Chrome EULA</title> 5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" /> 6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> 7 </head> 8 <body> 9 <div class="header"> 10 <table cellpadding="0" cellspacing="0" border="0"> 11 <tr> 12 <td valign="top" width="48" align="center"> 13 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" /> 14 <div class="icontext">Google Chrome</div> 15 </td> 16 <td width="10"> </td> 17 <td> 18 <span class="title">Surf the web with Google Chrome</span><br /> 19 <span class="desc">Using the internet is faster, safer and easier 20 with Google Chrome, the web browser installed on your PC</span> 21 </td> 22 </tr> 23 </table> 24 </div> 25 <div class="main"> 26 Accept the Google Chrome Terms of Service to start using Google Chrome: 27 </div> 28 <div class="eula"> 29 <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe> 30 </div> 31 <div id="footer" class="footer"> 32 <form method="post" action="" onsubmit="checkAccept(this); return false;"> 33 <table cellpadding="0" cellspacing="0" border="0"> 34 <tr> 35 <td valign="top"> 36 <input type="checkbox" name="accept" id="accept" /> 37 </td> 38 <td valign="top" class="labelcell"> 39 <label for="accept"><b>Optional:</b> Help make Google Chrome 40 better by automatically sending usage statistics and crash reports 41 to Google. 42 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&hl=en">Learn more</a> 43 </label> 44 </td> 45 </tr> 46 </table> 47 <div class="buttons"> 48 <input type="submit" name="submit" value="Accept and Run" /> 49 <input onClick="window.returnValue = 2; window.close();" type="button" name="cancel" value="Cancel" /> 50 </div> 51 </form> 52 </div> 53 </body> 54 </html>