summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/first_run/help_step.html
blob: 0888d15e159ef421b2b0afb7c4ee781f7598f028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="help" class="step bubble transparent hidden">
  <div id="completion-image"></div>
  <h1 i18n-content="helpHeader"></h1>
  <p i18n-content="helpText1"></p>
  <p>
    <span i18n-content="helpText2"></span><br>
    <span i18n-content="helpText3"></span>
  </p>
  <div class="controls">
    <button i18n-content="helpKeepExploringButton"
        class="help-button custom-appearance blue-button"></button>
    <button i18n-content="helpFinishButton"
        class="next-button custom-appearance white-button"></button>
  </div>
</div>