mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 18:54:47 -04:00
wip
This commit is contained in:
parent
f2bf1e3f9f
commit
83b9c0dec5
14 changed files with 322 additions and 499 deletions
|
@ -74,9 +74,9 @@ export async function asyncAlert<t>({
|
|||
}
|
||||
|
||||
if (title) {
|
||||
const h2 = document.createElement("h2");
|
||||
h2.innerHTML = title;
|
||||
popup.appendChild(h2);
|
||||
const h1 = document.createElement("h1");
|
||||
h1.innerHTML = title;
|
||||
popup.appendChild(h1);
|
||||
}
|
||||
|
||||
content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue