main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit 1d57537c87 - Show all commits

View file

@ -1,5 +1,6 @@
// i deeply apologize for the horrors within... // i deeply apologize for the horrors within...
const ntfyEndpoint = "https://nelle.observer/api/ntfy"; const ntfyEndpoint = "https://nelle.observer/api/ntfy";
//const ntfyEndpoint = "http://0.0.0.0:7879/api/ntfy";
// text fields and buttons // text fields and buttons
const ntfyMessage = document.getElementById("ntfy-message"); const ntfyMessage = document.getElementById("ntfy-message");