OLD | NEW |
(Empty) | |
| 1 <!doctype html> |
| 2 <!-- |
| 3 Copyright (c) 2012 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 class="full-height"> |
| 9 <head> |
| 10 <meta charset="utf-8"> |
| 11 <link rel="icon" type="image/png" href="chromoting16.webp"> |
| 12 <link rel="stylesheet" href="main.css"> |
| 13 <link rel="stylesheet" href="open_sans.css"> |
| 14 <link rel="stylesheet" href="public_session.css"> |
| 15 |
| 16 <meta-include type="javascript"/> |
| 17 <title i18n-content="PRODUCT_NAME"></title> |
| 18 </head> |
| 19 |
| 20 <body class="full-height"> |
| 21 <section id="loading-mode" data-ui-mode=""> |
| 22 <em>Loading…</em> |
| 23 </section> |
| 24 <div data-ui-mode="home.host" hidden> |
| 25 <meta-include src="webapp/crd/html/dialog_host.html"/> |
| 26 </div> |
| 27 </body> |
| 28 </html> |
OLD | NEW |