Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption location-sharing privacy self-hosted federated
at auth 130 B view raw
1export function goto(newLocation: string) { 2 window.location.href = 3 "/src/" + newLocation + "-page/" + newLocation + ".html"; 4}