mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-31 01:24:31 +03:00
fdfed3d7db
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
19 lines
552 B
Handlebars
19 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}}
|