| Index: remoting/webapp/crd/html/template_public_session.html
|
| diff --git a/remoting/webapp/crd/html/template_public_session.html b/remoting/webapp/crd/html/template_public_session.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9196de8e919f60dc967948da62a1cd6e896ae579
|
| --- /dev/null
|
| +++ b/remoting/webapp/crd/html/template_public_session.html
|
| @@ -0,0 +1,28 @@
|
| +<!doctype html>
|
| +<!--
|
| +Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +Use of this source code is governed by a BSD-style license that can be
|
| +found in the LICENSE file.
|
| +-->
|
| +
|
| +<html>
|
| + <head>
|
| + <meta charset="utf-8">
|
| + <link rel="icon" type="image/png" href="chromoting16.webp">
|
| + <link rel="stylesheet" href="main.css">
|
| + <link rel="stylesheet" href="open_sans.css">
|
| + <link rel="stylesheet" href="public_session.css">
|
| +
|
| + <meta-include type="javascript"/>
|
| + <title i18n-content="PRODUCT_NAME"></title>
|
| + </head>
|
| +
|
| + <body class="public-session">
|
| + <section id="loading-mode" data-ui-mode="">
|
| + <em>Loading…</em>
|
| + </section>
|
| + <div data-ui-mode="home.host" hidden>
|
| + <meta-include src="webapp/crd/html/dialog_host.html"/>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|