fix nvm
This commit is contained in:
parent
4acaa271ab
commit
f4b7a50269
@ -9,7 +9,7 @@ export default class extends AbstractView {
|
|||||||
|
|
||||||
async getHtml()
|
async getHtml()
|
||||||
{
|
{
|
||||||
let textList = ["On push demain les gars", "Cacamille", "kroussar powered", "Dédicace Drougard", "<a href=\"https://cdn.discordapp.com/attachments/1198285289236463699/1239665998135558225/nerd.jpg?ex=6644692d&is=664317ad&hm=a7062b0db956154b69bad091357ef57d65b6b7dd4d11741c3efabcaf23936853&\" style=\"color: var(--bs-body-color); text-decoration: none;\">Adrien</a> fait le css stp", "Fait avec conviction(s)", "Conviction et panache", "Etienne met pas de caleçon", "🍆🍆💧"];
|
let textList = ["On push demain les gars", "Cacamille", "kroussar powered", "Dédicace Drougard", "Adrien fait le css stp", "Fait avec conviction(s)", "Conviction et panache", "Etienne met pas de caleçon", "🍆🍆💧"];
|
||||||
let text = textList[Math.floor(Math.random() * textList.length)];
|
let text = textList[Math.floor(Math.random() * textList.length)];
|
||||||
return /* HTML */ `
|
return /* HTML */ `
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user