Chromium Code Reviews| Index: chrome/browser/resources/uber/uber.html |
| diff --git a/chrome/browser/resources/uber/uber.html b/chrome/browser/resources/uber/uber.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2cd563e74c9ae8d976b6fefa6c8bef4e29a0ef91 |
| --- /dev/null |
| +++ b/chrome/browser/resources/uber/uber.html |
| @@ -0,0 +1,19 @@ |
| +<!DOCTYPE html> |
| +<html i18n-values="dir:textdirection;"> |
| +<head> |
| +<meta charset="utf-8"> |
| +<title i18n-content="pageTitle"></title> |
| + |
| +<link rel="stylesheet" href="uber.css"> |
| + |
| +<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
|
| +<script src="chrome://resources/js/command_line.js"></script> |
| +<script src="chrome://resources/js/util.js"></script> |
| +</head> |
| + |
| +<body> |
| + |
| +<iframe id="settings" src="chrome://settings"></iframe> |
| + |
| +</body> |
| +</html> |