zed/crates/collab/templates/signup.hbs
Nathan Sobo ab8204368c Rename zed-server to collab
Over time, I think we may end up having multiple services, so it seems like a good opportunity to name this one more specifically while the cost is low. It just seems like naming it "zed" and "zed-server" leaves it a bit open ended.
2022-04-09 08:30:42 -06:00

18 lines
552 B
Handlebars

{{#> layout }}
<div class="max-w-screen-lg p-10 mx-auto font-extralight text-main lg:p-20">
<h1 class="mb-10 font-display font-extralight">Thanks for signing up!</h1>
<p class="mt-5 leading-relaxed">
We'll add you to our list and let you know when we have something ready for you to try out.
</p>
<p class="mt-5 leading-relaxed">
Thanks for your interest!
</p>
<a href="/" class="block mt-10 text-lg font-extralight underline opacity-100 hover:opacity-80">
Back to Home
</a>
</div>
{{/layout}}