HTML server example
This stack shows, in an extremely basic way, how to make a HTML server. It offers the following features:
No error handling
No reliability
Serves nothing beyond the index
Logging is so basic, it should not be called logging
Easy to understand
Easy to adapt and expand uppon