Cloudflare Pages
What do I name the files for the sites? Also how do I edit them later?
2 Replies
You edit the files locally and then deploy the changes. Typically use something like git to save the files and the history. The main file has to be index.html but the other files can have whatever name you want
kk