Last active
January 11, 2022 22:12
-
-
Save wking-io/0283a67510ec2b4e9d2b5a763e9839a1 to your computer and use it in GitHub Desktop.
Tailwind classes to spruce up your thank you page.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="inside-article text-center max-w-xl mx-auto w-5/6 py-16"> | |
<header class="" aria-label="Content"> | |
<h1 class="font-extrabold text-gray-900" itemprop="headline">Thank you</h1> | |
</header> | |
<div class="entry-content" itemprop="text"> | |
<p class="has-text-align-center"><strong>Thank you for starting your trial! We have sent you an email with your credentials.</strong><br><br>If you need any help, do not hesitate to contact us.</p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment