Webpage formatting

This commit is contained in:
James Shiffer 2023-10-08 14:16:10 -07:00
parent ce72c05ab2
commit ba0b93ba4f

View File

@ -3,8 +3,12 @@ html
head
title FemScoreboard
body
h1 Funniest MFs 💀
table
tbody
tr
td(style="width:33.3%")
h1(style="text-align:center") Funniest MFs 💀
table(style="margin:0 auto")
thead
tr
th= "Name"
@ -17,9 +21,9 @@ html
td
img(src="/avatars/" + row.id + ".webp", height="64")
td= row.reaction_1_total
br
h1 Realest MFs 💯
table
td(style="width:33.3%")
h1(style="text-align:center") Realest MFs 💯
table(style="margin:0 auto")
thead
tr
th= "Name"
@ -32,9 +36,9 @@ html
td
img(src="/avatars/" + row.id + ".webp", height="64")
td= row.reaction_2_total
br
h1 Cunniest MFs 😭
table
td(style="width:33.3%")
h1(style="text-align:center") Cunniest MFs 😭
table(style="margin:0 auto")
thead
tr
th= "Name"
@ -49,9 +53,10 @@ html
img(src="/avatars/" + row.id + ".webp", height="64")
td
span= row.reaction_3_total
br
h1 Funniest Messages 💀
table
tr
td(style="width:33.3%")
h1(style="text-align:center") Funniest Messages 💀
table(style="margin:0 auto")
tbody
each row in msg1
tr
@ -68,9 +73,9 @@ html
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
span= "💀 " + row.reaction_1_count
br
h1 Realest Messages 💯
table
td(style="width:33.3%")
h1(style="text-align:center") Realest Messages 💯
table(style="margin:0 auto")
tbody
each row in msg2
tr
@ -87,9 +92,9 @@ html
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
span= "💯 " + row.reaction_2_count
br
h1 Cunniest Messages 😭
table
td(style="width:33.3%")
h1(style="text-align:center") Cunniest Messages 😭
table(style="margin:0 auto")
tbody
each row in msg3
tr
@ -106,9 +111,11 @@ html
a(href="https://discord.com/channels/" + row.guild + "/" + row.channel + "/" + row.id) Link
td
span= "😭 " + row.reaction_3_count
br
h1 Best Messages 💀💯😭
table
tr
td
td
h1(style="text-align:center") Best Messages 💀💯😭
table(style="margin:0 auto")
tbody
each row in bestMsg
tr