summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/help/help_page.html
blob: 9825355b7ffb36488703f3155aa88891ec88cd45 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div id="help-page" class="page" hidden>
  <div class="close-button"></div>
  <h1 i18n-content="aboutTitle"></h1>
  <include src="help_content.html">
  <div class="action-area">
    <div class="button-strip">
      <button id="about-done" class="default-button" i18n-content="done">
      </button>
    </div>
  </div>
</div>