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

Side by Side Diff: remoting/credits/credits.tmpl

Issue 2728913002: [remoting android] Generate trimmed-down credits.html. (Closed)
Patch Set: Created 3 years, 9 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 class="full-height">
3 <head>
4 <meta charset="utf-8">
5 <title>Credits</title>
6 <link rel="stylesheet" href="main.css">
7 <!-- The CSS and JS files are named this way so they can be used as
8 Android resources, which requires the filenames without the
9 extensions to be distinct. -->
10 <link rel="stylesheet" href="credits_css.css">
11 <script src="credits_js.js"></script>
12 </head>
13 <body class="full-height">
14 <div class="entries">
15 <div class="page-title">Credits</div>
16 {{entries}}
17 </div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698