render()

in client/src/pages/shipping.js [23:37]


  render() {
    return html`
      <div class="shippingContainer">
        <h1>Shipping</h1>
        <div class="shippingWrapper">
          This website ships no products, but this website was shipped through
          Google Cloud automation.
          <a
            href="https://github.com/GoogleCloudPlatform/avocano/tree/main/docs"
            >Learn more.</a
          >
        </div>
      </div>
    `;
  }