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

Side by Side Diff: go-back-with-backspace/pages/installed.html

Issue 2351743003: Inject automatically on install etc., add mime types, and fix nits. (Closed)
Patch Set: Comment tweak Created 4 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title i18n="installedTitle"></title>
5 <link rel="stylesheet" type="text/css" href="installed.css">
6 </head>
7 <body>
8 <h1 i18n="installedHeading"></h1>
9 <img id="icon" src="../icons/icon128.png">
10 <div i18n="installedNotes" id="notes"></div>
11
12 <div id="button_div">
13 <a href="" i18n="sendFeedback" id="report_page"></a>
14 <a href="" i18n="openOptions" id="open_options"></a>
15 </div>
16
17 <script src="common.js"></script>
18 <script src="installed.js"></script>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698