summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/commander/commander.html
blob: 4fb78e16a52abaa48e2ee385feeb429e2a941280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
 <meta charset="utf-8">
 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
 <style>
   body {
     margin: 0;
   }
 </style>
 <!-- TODO(lgrey): Localize and pass it in. -->
 <title>Commander</title>
</head>
<body>
  <commander-app></commander-app>
  <script type="module" src="app.js"></script>
</body>
</html>