Implemented UI for new first-run tutorial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / first_run / app_list_step.html
blob4ccc36fc3778ddccaa0a43d94b38e8f317bf3a8a
1 <div id="app-list" class="step bubble points-down left">
2 <h1 i18n-content="appListHeader"></h1>
3 <p>
4 <span i18n-content="appListText1"></span><br>
5 <span i18n-content="appListText2"></span>
6 </p>
7 <div class="controls">
8 <button i18n-content="nextButton"
9 class="next-button custom-appearance blue-button"></button>
10 </div>
11 </div>