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