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

Side by Side Diff: chrome/browser/resources/cleanup_tool/main.html

Issue 2784653004: Cleanup Tool WebUI: Add HTML content and styling with dummy JS (Closed)
Patch Set: Move build include to is_win section Created 3 years, 8 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 dir="${textdirection}" lang="${language}">
3 <head>
4 <meta name="google" value="notranslate">
5 <meta charset="utf-8">
6 <title>${title}</title>
7 </head>
8
9 <body>
10 This page is under construction.
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/cleanup_tool/compiled_resources2.gyp ('k') | chrome/browser/resources/cleanup_tool/toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698