chore(develop webhook):
This commit is contained in:
parent
9f4a70c178
commit
a360ab7de7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ const ring = epoch - start;
|
||||||
const intro: { text: string } = intros[t % intros.length];
|
const intro: { text: string } = intros[t % intros.length];
|
||||||
const mood: { num: number, text: string } = moods[t % moods.length];
|
const mood: { num: number, text: string } = moods[t % moods.length];
|
||||||
---
|
---
|
||||||
<!DOCTYPE html><link rel=icon href=data:,><style>body{margin:9%;text-align:center}</style><title>Penfield</title><p><b>Ring #{ring}.</b> <span set:html={intro.text} /></p><p><b>{mood.num}</b>. {mood.text}.</p>
|
<!DOCTYPE html><link rel=icon href=data:,><style>body{margin:9%;text-align:center}</style><title>Penfield</title><p><b>Develop Ring #{ring}.</b> <span set:html={intro.text} /></p><p><b>{mood.num}</b>. {mood.text}.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue