Hello people. I am using a MyTcpListener as a webserver locally on my PC. I am trying to get my images to show when I run the program and use my firefox to punch in the IP Address. The images are in the bin folder as well as the HTML file is. My text shows up but my images wont. Here is my code so far.

Code:
using System;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Text;
...