summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/extensions/extension_error_overlay.html
blob: 5e9c7d5c73f12fa16b80fa1a973c99bb7d9648d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--
Copyright 2013 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.
-->
<div id="extension-error-overlay" class="page">
  <div class="close-button"></div>
  <h1 class="extension-error-overlay-title"></h1>
  <div class="content-area" id="extension-error-overlay-content"></div>
  <div class="action-area">
    <div class="action-area-right">
      <div class="button-strip">
        <button id="extension-error-overlay-dismiss" i18n-content="ok"></button>
      </div>
    </div>
  </div>
</div>