2024-11-25 14:12:43 -05:00
|
|
|
<%- include('header.ejs') -%>
|
|
|
|
<div class='area'>
|
2024-11-25 14:12:43 -05:00
|
|
|
<h1>BiglyChat</h1>
|
|
|
|
<p>A community for video editing</p>
|
2024-11-25 14:12:43 -05:00
|
|
|
<%if (username=='!nobody' ) { %>
|
|
|
|
<div class="button"><a href="/client/register">Join</a></div>
|
|
|
|
<% } %>
|
|
|
|
</div>
|
|
|
|
<%- include('footer.ejs') -%>
|