Index: chrome/browser/resources/gaia_auth/main.html |
diff --git a/chrome/browser/resources/gaia_auth/main.html b/chrome/browser/resources/gaia_auth/main.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3de2ac2d66e6b882a0937e635d19fb65fc2b445c |
--- /dev/null |
+++ b/chrome/browser/resources/gaia_auth/main.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<html> |
+<link rel="stylesheet" href="main.css"> |
+<script src="util.js"></script> |
+<script src="main.js"></script> |
+<body><iframe id="gaia-frame" src="about:blank" |
csilv
2012/05/25 22:38:39
nit: put link & script tags inside <head></head>
csilv
2012/05/25 22:38:39
nit: add: <meta charset="utf-8">
zel
2012/05/25 23:33:53
Done.
zel
2012/05/25 23:33:53
Done.
|
+ frameborder="0"></iframe></body></html> |
csilv
2012/05/25 22:38:39
nit: add linebreaks before </body> and </html>
zel
2012/05/25 23:33:53
Done.
|
+ |