in client/src/pages/contact.js [23:36]
render() {
return html`
<div class="contactContainer">
<h1>Contact</h1>
<div class="contactWrapper">
This website was deployed from sample code in the
<a href="https://github.com/GoogleCloudPlatform/avocano"
>GoogleCloudPlatform/avocano</a
>
repo on GitHub.
</div>
</div>
`;
}