chromium/ash/webui/shimless_rma/resources/reboot_page.html

<style include="cr-shared-style shimless-rma-shared">
</style>

<base-page>
  <div slot="left-pane">
    <h1 id="title" tabindex="-1">[[getPageTitle(errorCode)]]</h1>
    <div id="instructions" class="instructions">
      [[getPageInstructions(errorCode)]]
    </div>
  </div>
  <div slot="right-pane">
    <div class="illustration-wrapper" aria-hidden="true">
      <paper-spinner-lite active class="large-spinner">
      </paper-spinner-lite>
    </div>
  </div>
</base-page>