-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
executable file
·63 lines (56 loc) · 1.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html>
<head>
<title>HTTP Web Server</title>
</head>
<body bgcolor=black text=red>
<center>
<img src="images/logo.png"><br>
<h3>About Geocool's HTTP Web Server</h3>
This server created for training proposes.<br>
It supports only HTML pages And certain file types.<br>
Unfortunatly this version of the Server,<br>
it supports only one Connection.Multiple connection<br>
will be added in future release.<br><br>
Supported File Types: <b>48</b><br>
Server Version:<b> 1.0 Beta</b><br>
<br>
Download Test: <a href="files/test.rar">Download</a><br>
</center>
<div align="center">
<table>
<tr>
<td>
<font color=white>
<h4><u>Changelog 10/11/10</u></h4>
♦ 25 New File Types Added. 1 Application, 12 Audio & 13 Video<br>
♦ File Download Works Better<br>
♦ Server Works Better With Download Managers<br>
♦ 23 New File Types Supported<br>
♦ Server Respones Better To Browser<br>
♦ Several Errors Fixed<br>
♦ Big Changes Made In The Code<br>
</font>
<td>
</tr>
</table>
</div>
<br>
<!-------------------------------------->
<div align="center">
<table>
<tr>
<td>
<font color=white>
<h4><u>Changelog 09/11/10</u></h4>
♦ Now Server Can Send Files<br>
♦ Several Errors Fixed<br>
♦ Server Works, It Can Send Web Pages<br>
</font>
<td>
</tr>
</table>
</div>
<br><br><br><br>
<center><font size="3" color="white">**Powered By Geocool © 2010**</font></center>
</body>
</html>