summaryrefslogtreecommitdiffstats
path: root/generic/index.html
blob: 8635c9ac14611eb84a82e1775caed8e89f5cfee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<!-- This file is used when no other html documents are selected -->
<head>
 <title>This is a small demo file to show http server is up and
running</title>
</head>

<body>
<p>
<center><font size=+10>This is your target system.<br>Apache is up and
running</font></center>
</p>
<p>
<center><font size=+5>Here you can test the cgi ability of apache:<br>
<a href="/cgi-bin/test-cgi"><font size=+5>Apache Demo
Test-CGI-Program</font></a></center>
</p>
</body>
</html>