how does Hostr works? is there an event stored the static page file like js/css/html ? can you provide more info on the event format, I am really curious
Discussion
Hostr defines independent events for HTML, CSS, and JS. Based on the nevent (d tag for Replaceable events) in index.html, download CSS and JS files and display them to the user. See NIP-106 PR for details.
awesome, thank you~