fix pre tag
This commit is contained in:
parent
20dbce62cb
commit
0e683bf31b
2 changed files with 6 additions and 3 deletions
|
@ -212,3 +212,7 @@ textarea {
|
|||
img.dark {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue