Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / remoting / webapp / base / html / credits.tmpl
blob9ca9ea31c2d7ea0840ec907cae77e747b5aa9dac
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>