bigly-chat/views/main.ejs

14 lines
752 B
Text
Raw Normal View History

2024-09-18 18:47:09 -04:00
<%- include('header.ejs') -%>
<div class='area'>
2024-09-19 04:31:30 -04:00
<h1>BiglyChat</h1>
2024-09-19 05:04:03 -04:00
<p><b>Collab on videos... make creative animations... and more!</b></p>
<h2>About</h2>
2024-09-19 05:04:37 -04:00
<p><i>I am <a href='https://zenoverse.net/'>Onez</a>, a self-taught developer from a young age. Following the unexpected growth
2024-09-19 05:04:03 -04:00
of <i>Video Bot Thing</i>, I made this as a home for the logo editing community. View the <a
href='https://codeberg.org/onezDerv/bigly-chat'>source</a> if you want to contribute or make a
fork.</i></p>
2024-09-18 18:47:09 -04:00
<%if (username=='!nobody' ) { %>
<div class="button"><a href="/client/register">Join</a></div>
<% } %>
</div>
<%- include('footer.ejs') -%>