lbry.com/view/template/acquisition/thanks.php
2016-11-11 13:21:40 -05:00

7 lines
No EOL
288 B
PHP

<?php echo View::render('nav/_header', ['isDark' => false]) ?>
<main>
<div class="content">
<h1>Thank You!</h1>
<p>Your account will be synced. If you have any questions, please contact <a href="mailto:reilly@lbry.io" class="link-primary">reilly@lbry.io</a></p>
</div>
</main>