OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE HTML> |
| 2 <!-- |
| 3 -- Copyright 2015 The Chromium Authors. All rights reserved. |
| 4 -- Use of this source code is governed by a BSD-style license that can be |
| 5 -- found in the LICENSE file. |
| 6 --> |
| 7 |
| 8 <html i18n-values="dir:textdirection;lang:language"> |
| 9 <head> |
| 10 <meta charset="utf-8"> |
| 11 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"> |
| 12 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"> |
| 13 <link rel="stylesheet" href="/app/main.css"> |
| 14 <link rel="stylesheet" href="/cws_widget/cws_widget_container.css"> |
| 15 <script src="/app/main.js"></script> |
| 16 </head> |
| 17 <body> |
| 18 <div class="title-area"> |
| 19 <span id="title" class="window-title"></span> |
| 20 <span class="topbutton-bar"> |
| 21 <button id="minimize-button" class="minimize-button" tabindex="-1" alt=""> |
| 22 </button> |
| 23 <button id="close-button" class="close-button" tabindex="-1" alt=""> |
| 24 </button> |
| 25 </span> |
| 26 </div> |
| 27 <div id="widget-container-root"></div> |
| 28 </body> |
| 29 </html> |
OLD | NEW |