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

@ -211,4 +211,8 @@ textarea {
img.dark { img.dark {
filter: invert(1); filter: invert(1);
}
pre {
white-space: pre-wrap;
} }

View file

@ -1,9 +1,7 @@
<%- include('header.ejs') -%> <%- include('header.ejs') -%>
<div class='area'> <div class='area'>
<h1>BiglyChat</h1> <h1>BiglyChat</h1>
<p>Express your niche...</p> <p>Express your niche... build a video community... and more!</p>
<p>Build a video community...</p>
<p>And more!</p>
<details> <details>
<summary><b>Guidelines</b></summary> <summary><b>Guidelines</b></summary>
<%- include ('guidelines.ejs') -%> <%- include ('guidelines.ejs') -%>
@ -13,6 +11,7 @@
<div class="button"><a href="/client/register">Create</a></div> <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://discord.gg/7JJBYySY">Discord Chat</a></div>
<div class="button"><a href="https://codeberg.org/onezDerv/bigly-chat">Source Code</a></div>
</div> </div>
<div class='area'> <div class='area'>
<h1>Recent Videos</h1> <h1>Recent Videos</h1>