| Index: remoting/credits/credits.tmpl
|
| diff --git a/remoting/credits/credits.tmpl b/remoting/credits/credits.tmpl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9ca9ea31c2d7ea0840ec907cae77e747b5aa9dac
|
| --- /dev/null
|
| +++ b/remoting/credits/credits.tmpl
|
| @@ -0,0 +1,19 @@
|
| +<!doctype html>
|
| +<html class="full-height">
|
| + <head>
|
| + <meta charset="utf-8">
|
| + <title>Credits</title>
|
| + <link rel="stylesheet" href="main.css">
|
| + <!-- The CSS and JS files are named this way so they can be used as
|
| + Android resources, which requires the filenames without the
|
| + extensions to be distinct. -->
|
| + <link rel="stylesheet" href="credits_css.css">
|
| + <script src="credits_js.js"></script>
|
| + </head>
|
| + <body class="full-height">
|
| + <div class="entries">
|
| + <div class="page-title">Credits</div>
|
| + {{entries}}
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|