web server in a box

rambo99

New Member
I have a web server in a box project all the web site in a SD card 16g with the software the server is a microcontroller pic33FJ64GP802 and a ENC28J60 ethernet .Now to my web page there is a Index file in the software it has this code below
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Ethernet Web Server</title>

<meta http-equiv="REFRESH" content="0;home.cgi">
</head>
<body>
<br>
</body></html>
my web page has a Index I have to copy and paste it to the software Index to work my site on the web is there a short cut so I don't copy all my Index in the software Index.
 
Top