| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html lang="en-US"> | 2 <html lang="en-US"> |
| 3 <head> | 3 <head> |
| 4 <title>Google Chrome Alpha Warning</title> | 4 <title>Google Chrome Dev Build Warning</title> |
| 5 <style> | 5 <style> |
| 6 body { | 6 body { |
| 7 font-family: sans-serif; | 7 font-family: sans-serif; |
| 8 font-size: 0.8em; | 8 font-size: 0.8em; |
| 9 margin: 2em 4em; | 9 margin: 2em 4em; |
| 10 } | 10 } |
| 11 | 11 |
| 12 div.text { | 12 div.text { |
| 13 max-width: 60ex; | 13 max-width: 60ex; |
| 14 } | 14 } |
| 15 | 15 |
| 16 div.stopcorner { | 16 div.stopcorner { |
| 17 border-style: solid; | 17 border-style: solid; |
| 18 border-color: red white; | 18 border-color: red white; |
| 19 width: 50px; | 19 width: 50px; |
| 20 } | 20 } |
| 21 </style> | 21 </style> |
| 22 </head> | 22 </head> |
| 23 <body> | 23 <body> |
| 24 <center> | 24 <center> |
| 25 <h1>Google Chrome Alpha</h1> | 25 <h1>Google Chrome Dev Build</h1> |
| 26 </center> | 26 </center> |
| 27 | 27 |
| 28 <div class="text"> | 28 <div class="text"> |
| 29 | 29 |
| 30 <p>This is an <i>alpha</i> build of Google Chrome on Linux. The following, | 30 <p>This is an <i>in-progress</i> build of Google Chrome on |
| 31 significant chunks of functionality are known to be missing:</p> | 31 Linux. The following significant chunks of functionality are |
| 32 known to be missing:</p> |
| 32 <ul> | 33 <ul> |
| 33 <li>Plugins, inc Flash (so no YouTube, Hulu etc)</li> | 34 <li>Plugins, including Flash (so no YouTube, Hulu, etc.)</li> |
| 34 <li>Printing</li> | 35 <li>Printing</li> |
| 35 <li>Complex text</li> | 36 <li>Complex text</li> |
| 36 <li>Complex tab dragging</li> | 37 <li>Complex tab dragging</li> |
| 37 <li>Gears support</li> | 38 <li>Gears support</li> |
| 38 </ul> | 39 </ul> |
| 39 | 40 |
| 40 <p>Other parts of the browser are notably incomplete, poorly tuned and | 41 <p>Other parts of the browser are notably incomplete, poorly tuned and |
| 41 broken. User beware!</p> | 42 broken. User beware!</p> |
| 42 | 43 |
| 43 <h3>‘Chromium’ <i>vs</i> ‘Google Chrome’</h3> | 44 <h3>‘Chromium’ <i>vs</i> ‘Google Chrome’</h3> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 64 | 65 |
| 65 <p>Chromium is an open source project, and you are welcome to help out. We | 66 <p>Chromium is an open source project, and you are welcome to help out. We |
| 66 have <a href="http://dev.chromium.org/">documentation for developers</a> as | 67 have <a href="http://dev.chromium.org/">documentation for developers</a> as |
| 67 well as mailing lists and an IRC channel.</p> | 68 well as mailing lists and an IRC channel.</p> |
| 68 | 69 |
| 69 </div> | 70 </div> |
| 70 | 71 |
| 71 <p></p> | 72 <p></p> |
| 72 </body> | 73 </body> |
| 73 </html> | 74 </html> |
| OLD | NEW |