I am using the Eclipse IDE and the NB does accept .html files, .htm files, and a combination/mix of the two. I just tested it; I renamed my index.htm to index.html, recompiled, and viola, now my starting page (not "default page") is index.html. All my other pages retained the .htm extension (so the existing refs in index.html still worked). Sort of good so far.
What remains an issue is the fact that the default page, as defined in the htmldata.cpp file:
Code: Select all
/*Autogenerated data file */
#include "htmlfiles.h"
const char * default_page="INDEX.HTM";
<snip>