Html程序  |  30行  |  844 B

<!--
Copyright (c) 2014 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.
-->
<header>

  <div>
    <img src="chromoting48.webp">
    <h1 class="icon-label" i18n-content="PRODUCT_NAME"></h1>
  </div>

  <div class="box-spacer"></div>

  <div id="top-secondary" data-ui-mode="home">
    <span id="current-email"></span>
    <a id="sign-out" href="#"
       i18n-content="SIGN_OUT_BUTTON"
       class="apps-v1-only"></a>
    <span class="menu-button" id="help-feedback-main">
      <img src="icon_help.webp" class="menu-button-activator help-icon">
      <ul class="right-align">
        <li class="menu-help" i18n-content="HELP"></li>
        <li class="menu-feedback" i18n-content="ACTIONBAR_FEEDBACK"></li>
      </ul>
    </span>
  </div>

</header>