mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
Pls don't blind me, aaaa
This commit is contained in:
parent
2f27250bc8
commit
8b2ddada69
@ -8,6 +8,8 @@
|
||||
#───┘ URL └─────────────────────────────────────────────────────
|
||||
|
||||
# Final accessible URL seen by a user.
|
||||
# If your public accessible URL is on non-default different port, please add the port to the URL like this:
|
||||
# https://example.org:8443/
|
||||
url: https://example.org/
|
||||
|
||||
# (Optional - ADVANCED) Domain used for account handles.
|
||||
|
@ -7,7 +7,9 @@
|
||||
# ┌─────┐
|
||||
#───┘ URL └─────────────────────────────────────────────────────
|
||||
|
||||
# Final accessible URL seen by a user.
|
||||
# Final accessible URL seen by a user.
|
||||
# If your public accessible URL is on non-default different port, please add the port to the URL like this:
|
||||
# https://example.org:8443/
|
||||
url: https://example.org/
|
||||
|
||||
# (Optional - ADVANCED) Domain used for account handles.
|
||||
|
@ -28,7 +28,7 @@ globalThis.addEventListener("activate", (ev) => {
|
||||
});
|
||||
|
||||
function offlineContentHTML(): string {
|
||||
return `<!doctype html>TrashPoss @${_VERSION_} is currently offline. Retrying in 5 seconds... <button onclick="location.reload()">Reload manually</button>`;
|
||||
return `<!doctype html><head><title>TrashPoss</title><style type="text/css">body, button { background-color: #3B364C; color: white; }</style></head><body>TrashPoss @${_VERSION_} is currently offline. Retrying in 5 seconds... <button onclick="location.reload()">Reload manually</button>`;
|
||||
}
|
||||
|
||||
globalThis.addEventListener("fetch", (ev) => {
|
||||
|
Loading…
Reference in New Issue
Block a user