crimata-website/app/views/pages/success.html.erb
Andrew Gundersen f4fe6b2074 Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 15:32:45 -05:00

12 lines
394 B
Text

<% content_for :title, "You're in — Crimata" %>
<style>
.success { text-align: center; padding: 6rem 0; }
.success h1 { font-size: 3rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 1rem; }
.success p { font-size: 1.1rem; color: #555; }
</style>
<div class="success">
<h1>You're in.</h1>
<p>We're setting up your hub now. You'll get an email when it's ready.</p>
</div>