Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <html i18n-values="dir:textdirection;lang:language"> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <title>Settings</title> | |
| 6 <link rel="import" | |
| 7 href="chrome://resources/polymer/paper-button/paper-button.html"> | |
| 8 </head> | |
| 9 <body> | |
| 10 <header> | |
| 11 <h1>Settings</h1> | |
| 12 </header> | |
| 13 <div class="main"> | |
| 14 <paper-button id="manage-button" raised>Manage</paper> | |
|
James Hawkins
2015/02/04 23:11:04
Is this not supposed to be </paper-button>.
Oren Blasberg
2015/02/04 23:17:21
Done. (oops)
| |
| 15 </div> | |
| 16 </body> | |
| 17 </html> | |
| OLD | NEW |