fix CTA
This commit is contained in:
parent
bc43c779c6
commit
5bc3b1bfa5
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<%- include('header.ejs') -%>
|
||||
<div class='area'>
|
||||
<h1>BiglyChat</h1>
|
||||
<p>Express your niche... build a video community... and more!</p>
|
||||
<p>Broadcast videos to your fanbase, while you and the owners feel part of the community. No more black box moderation.</p>
|
||||
<details>
|
||||
<summary><b>Guidelines</b></summary>
|
||||
<%- include ('guidelines.ejs') -%>
|
||||
|
@ -10,8 +10,8 @@
|
|||
<%if (username=='!nobody' ) { %>
|
||||
<div class="button"><a href="/client/register">Create</a></div>
|
||||
<% } %>
|
||||
<div class="button"><a href="https://discord.gg/7JJBYySY">Discord Chat</a></div>
|
||||
<div class="button"><a href="https://codeberg.org/onezDerv/bigly-chat">Source Code</a></div>
|
||||
<div class="button"><a href="https://discord.gg/wZ3mg58JMT">Discord Chat</a></div>
|
||||
<div class="button"><a href="https://git.xuyezo.net/Zuxxied/bigly-chat">Source Code</a></div>
|
||||
</div>
|
||||
<div class='area'>
|
||||
<h1>Recent Videos</h1>
|
||||
|
|
Loading…
Reference in a new issue