0ee84cd31e
* Added an index.html and favicon as well as a very basic 'home' cgi script which will allow the web development to start. Signed-off-by: Digimer <digimer@alteeve.ca>
9 lines
215 B
HTML
9 lines
215 B
HTML
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>Striker</title>
|
|
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=cgi-bin/home">
|
|
</head>
|
|
<body>
|
|
Hi, I'll be right with you...
|
|
</body>
|