meh
This commit is contained in:
parent
5f7a705472
commit
b1279aeb16
2 changed files with 3 additions and 2 deletions
|
@ -220,7 +220,8 @@ async function ntfyClick() {
|
||||||
ntfyButton.innerHTML = "<span>Send</span>";
|
ntfyButton.innerHTML = "<span>Send</span>";
|
||||||
return;
|
return;
|
||||||
}, 1000);
|
}, 1000);
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
ntfyButton.innerHTML = "<span>Sent! ( ꈍᴗꈍ)</span>";
|
ntfyButton.innerHTML = "<span>Sent! ( ꈍᴗꈍ)</span>";
|
||||||
sendNotification();
|
sendNotification();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
|
@ -22,7 +22,7 @@ const { title } = Astro.props;
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
|
||||||
<link rel="icon" type="image/gif" href="/favicon.gif" />
|
<!-- <link rel="icon" type="image/gif" href="/favicon.gif" />-->
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
|
|
||||||
<meta name="robots" content={"noindex, nofollow"} />
|
<meta name="robots" content={"noindex, nofollow"} />
|
||||||
|
|
Loading…
Reference in a new issue