12 lines
394 B
Text
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>
|