blob: 13ab347652f064bd4e38342a53241816763341f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!--
Copyright 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.
-->
<div id="extension-options-overlay" class="page">
<div class="close-button"></div>
<h1 id="extension-options-overlay-title"></h1>
<div id="extension-options-overlay-guest"></div>
</div>
|