| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"><head> | 2 <html xmlns="http://www.w3.org/1999/xhtml"><head> |
| 3 <meta http-equiv="content-type" content="text/html; charset=utf-8"> | 3 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 4 <title>Google Web Toolkit Release Notes</title> | 4 <title>Google Web Toolkit Release Notes</title> |
| 5 | 5 |
| 6 <style> | 6 <style> |
| 7 body { | 7 body { |
| 8 background-color: white; | 8 background-color: white; |
| 9 color: black; | 9 color: black; |
| 10 font-family: Arial, sans-serif; | 10 font-family: Arial, sans-serif; |
| 11 font-size: large; | 11 font-size: large; |
| 12 margin: 20px; | 12 margin: 20px; |
| 13 } | 13 } |
| 14 a { | 14 a { |
| 15 color: blue; | 15 color: blue; |
| 16 font-weight: bold; | 16 font-weight: bold; |
| 17 } | 17 } |
| 18 </style></head> | 18 </style></head> |
| 19 | 19 |
| 20 <body> | 20 <body> |
| 21 <h1 style="margin-bottom: 0;">Google Web Toolkit Release Notes</h1> | 21 <h1 style="margin-bottom: 0;">Google Web Toolkit Release Notes</h1> |
| 22 <p> | 22 <p> |
| 23 Release notes for the | 23 Release notes for the |
| 24 <a href="http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.htm
l">Latest Version</a> | 24 <a href="http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.htm
l">Latest Version</a> |
| 25 and <a href="http://code.google.com/webtoolkit/release-notes.html">Old
er Versions</a> | 25 and <a href="http://code.google.com/webtoolkit/release-notes.html">Old
er Versions</a> |
| 26 can be found on the GWT project hosting website. | 26 can be found on the GWT project hosting website. |
| 27 </p> | 27 </p> |
| 28 </body> | 28 </body> |
| 29 </html> | 29 </html> |
| OLD | NEW |