interactive intro to open social at-me.zzstoatzz.io

fix: use clean URL for view navigation

Prepare for wisp.place subdomain hosting where cleanUrls works

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1 -1
+1 -1
src/landing/main.js
··· 95 95 } 96 96 97 97 function viewHandle(handle) { 98 - window.location.href = `./view.html?handle=${encodeURIComponent(handle)}`; 98 + window.location.href = `./view?handle=${encodeURIComponent(handle)}`; 99 99 } 100 100 101 101 function toggleInfo() {