Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <html class="full-height"> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <title>Credits</title> | |
| 6 <!-- The CSS and JS files are named this way so they can be used as | |
| 7 Android resources, which requires the filenames without the | |
| 8 extensions to be distinct. --> | |
| 9 <link rel="stylesheet" href="credits_css.css"> | |
| 10 <script src="credits_js.js"></script> | |
| 11 </head> | |
| 12 <body class="full-height"> | |
| 13 <div class="entries"> | |
| 14 <div class="page-title">Credits</div> | |
| 15 {{entries}} | |
| 16 </div> | |
| 17 </body> | |
| 18 </html> | |
| OLD | NEW |