Hacker News new | ask | show | jobs
by maest 2321 days ago
/login makes me think your website isn't really static.

Regardless, you can use extensionless links with your static website if you rename the file from login.html to login, then change the file metadata to Content-Type: 'text/html'

1 comments

Why would it not be static? It could be a static site making a request to an API to log in?