Including CSS when writing HTML file to OutputStream in Java
I'm trying to import a pre-written index.html file and parse it to a client from a host server. I am using a StringBuilder to load up the HTML file into a string and then write it to the client. My…