I've recently finished programming my own HTTP server to host a simple static website. As of now its functionality is limited to sending a single response to the first GET request which asks for the html - and nothing more. Due to its simplicity I feel as though forwarding port 80 to a spare laptop running the server on my network won't pose any major security risk.
Am I wrong to assume this? What I am worried about more than the server itself is the fact that I'll draw attention to my network which would lead to other connected devices being targeted. Is there any ways to ensure maximum security in my network if I am to open this server up to the public?