Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(720)

Unified Diff: chrome/browser/resources/about_welcome_android/about_welcome_android.html

Issue 10828140: Upstream about:welcome page for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/about_welcome_android/about_welcome_android.html
diff --git a/chrome/browser/resources/about_welcome_android/about_welcome_android.html b/chrome/browser/resources/about_welcome_android/about_welcome_android.html
new file mode 100644
index 0000000000000000000000000000000000000000..5a68c9e6a134b6c02139e128e0e912751680036e
--- /dev/null
+++ b/chrome/browser/resources/about_welcome_android/about_welcome_android.html
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta content="initial-scale=1.0; maximum-scale=1.0; user-scalable=0; " name="viewport">
+ <title i18n-content="title"></title>
+ <link rel="stylesheet" href="about_welcome_android.css">
+ <script src="chrome://welcome/strings.js"></script>
+ <script src="chrome://welcome/welcome.js"></script>
+ </head>
+ <body>
+ <table id="center_wrapper">
+ <tr>
+ <td id="center_wrapper">
+ <div class="center">
+ <div id="logo"></div>
+ <a href="http://www.google.com/chrome/android/tour"
+ id="take_a_tour" i18n-content="take_a_tour"></a>
+ </div>
+ </td>
+ </tr>
+ </table>
+ <div id="footer_container">
+ <div id="footer">
+ <span i18n-content="first_run_signed_in"></span>
+ <a id="settings" href="#settings" i18n-content="settings"></a>
+ </div>
+ </div>
+ </body>
+ <script src="chrome://resources/js/i18n_template.js"></script>
+ <script src="chrome://resources/js/i18n_process.js"></script>
+ <script src="chrome://resources/js/jstemplate_compiled.js"></script>
+</html>

Powered by Google App Engine
This is Rietveld 408576698