mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
10 lines
No EOL
470 B
PHP
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') ?>
|