Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(615)

Side by Side Diff: remoting/webapp/crd/html/template_public_session.html

Issue 1370283004: [Chromoting] Remote Assistance in Public Session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PublicSession
Patch Set: Fix GN build Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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&hellip;</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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698