chromium/chrome/browser/resources/chromeos/parent_access/flows/local_web_approvals_after.html

<style>  
  .after-screen-content {
    color: var(--cros-color-primary);
  }

  .subtitle {
    font-family: var(--cros-font-family-google-sans);
    font-size: 24px;
    font-weight: 500;
    margin-top: 32px;
  }

  .details {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin-top: 26px;
  }

  .favicon {
    height: 28px;
    margin: 0 16px;
    width: 28px;
  }
</style>

<div class="after-screen-content">
  <h2 class="subtitle">
    [[i18n('localWebApprovalsAfterSubtitle', childName)]]
  </h2>
  <div class="details">
    <img class="favicon" src="[[favicon]]" alt=""></img>
    <div class="details-text">
      [[i18n('localWebApprovalsAfterDetails', url)]]
    </div>
  </div>
</div>