| OLD | NEW |
| 1 <!DOCTYPE> | 1 <!DOCTYPE> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf8"> | 4 <meta charset="utf8"> |
| 5 <script type="application/dart" src="client.dart"></script> | 5 <script type="application/dart" src="client.dart"></script> |
| 6 <script src="packages/browser/dart.js"></script> | 6 <script src="packages/browser/dart.js"></script> |
| 7 <style type="text/css"> | 7 <style type="text/css"> |
| 8 body { | 8 body { |
| 9 font-family: helvetica; | 9 font-family: helvetica; |
| 10 } | 10 } |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 </input> | 46 </input> |
| 47 <div id="status"></div> | 47 <div id="status"></div> |
| 48 </header> | 48 </header> |
| 49 <div id="results"> | 49 <div id="results"> |
| 50 </div> | 50 </div> |
| 51 <div class="clear"></div> | 51 <div class="clear"></div> |
| 52 <footer>Search-requests are sent to the server-side Dart application, | 52 <footer>Search-requests are sent to the server-side Dart application, |
| 53 that will forward the requests to the invidual API providers.</footer> | 53 that will forward the requests to the invidual API providers.</footer> |
| 54 </body> | 54 </body> |
| 55 </html> | 55 </html> |
| OLD | NEW |