lbry.com/view/template/page/slack.php
2016-04-28 12:35:36 -04:00

10 lines
No EOL
470 B
PHP

<?php Response::setMetaDescription('Chat with LBRY on Slack.') ?>
<?php echo View::render('nav/header', ['isDark' => false]) ?>
<main>
<div class="content">
<h1>Chat With Us</h1>
<p>Oops. You caught us. We haven't automated Slack invites yet. Please <a class="link-primary" href="mailto:josh@lbry.io?subject=Slack Me Up">email Josh</a>.</p>
<p>He answers email approximately as fast as a robot.</p>
</div>
</main>
<?php echo View::render('nav/footer') ?>