fix pre tag

This commit is contained in:
biglyderv 2024-09-22 22:15:55 -04:00
parent 20dbce62cb
commit 0e683bf31b
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
2 changed files with 6 additions and 3 deletions

View file

@ -212,3 +212,7 @@ textarea {
img.dark {
filter: invert(1);
}
pre {
white-space: pre-wrap;
}

View file

@ -1,9 +1,7 @@
<%- include('header.ejs') -%>
<div class='area'>
<h1>BiglyChat</h1>
<p>Express your niche...</p>
<p>Build a video community...</p>
<p>And more!</p>
<p>Express your niche... build a video community... and more!</p>
<details>
<summary><b>Guidelines</b></summary>
<%- include ('guidelines.ejs') -%>
@ -13,6 +11,7 @@
<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>
<div class='area'>
<h1>Recent Videos</h1>