summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/first_run/tray_step.html
blob: 2b7b9e73f3cf895e76b84b33f22c745e803ee399 (plain)
1
2
3
4
5
6
7
8
<div id="tray" class="step bubble transparent hidden">
  <h1 i18n-content="trayHeader"></h1>
  <p i18n-content="trayText"><p>
  <div class="controls">
    <button i18n-content="nextButton"
        class="next-button custom-appearance blue-button"></button>
  </div>
</div>