blob: 8a7d65694fc94cd3552eb9728325836873a9ec3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!--
Copyright (c) 2010 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>
<title id="title">Chromoting Session</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<script type="text/javascript" src="base.js"></script>
<script type="text/javascript" src="chromoting_tab.js"></script>
</head>
<body class="chromoting_body" onload="init();">
<div id="status_msg" class="status_msg"></div>
<div id="plugin_div" class="plugin">
<embed width="100%" height="100%" name="chromoting" id="chromoting"
src="about://none" type="pepper-application/x-chromoting">
</div>
</body>
</html>
|