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..02d88a7bc1012b003caa5446574b23277f98d303 |
--- /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 class="full-height"> |
+ <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="full-height"> |
+ <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> |