Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html i18n-values="dir:textdirection;"> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <title i18n-content="pageTitle"></title> | |
| 6 | |
| 7 <link rel="stylesheet" href="uber.css"> | |
| 8 | |
| 9 <script src="chrome://uber/uber.js"></script> | |
|
James Hawkins
2011/12/10 03:03:13
I'm not sure we should have a landing page for the
Evan Stade
2011/12/10 03:32:32
I'm not sure what you mean that we shouldn't have
| |
| 10 <script src="chrome://resources/js/command_line.js"></script> | |
| 11 <script src="chrome://resources/js/util.js"></script> | |
| 12 </head> | |
| 13 | |
| 14 <body> | |
| 15 | |
| 16 <iframe id="settings" src="chrome://settings"></iframe> | |
| 17 | |
| 18 </body> | |
| 19 </html> | |
| OLD | NEW |