結論
/foobar.htmlをデプロイしたとするhttps://.../foobar.htmlにアクセスすると Webブラウザ のアドレスバーはhttps://.../foobarになり、正常にアクセスできるhttps://.../foobarにアクセスすると正常にアクセスできる- つまり Cloudflare Pages では
.htmlという拡張子は省略してアクセスできる
根拠
If an HTML file is found with a matching path to the current route requested, Pages will serve it. Pages will also redirect HTML pages to their extension-less counterparts: for instance, /contact.html will be redirected to /contact, and /about/index.html will be redirected to /about/.