File: index.html

package info (click to toggle)
cgiirc 0.5.9-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 884 kB
  • ctags: 443
  • sloc: perl: 9,125; ansic: 163; makefile: 46
file content (25 lines) | stat: -rw-r--r-- 846 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="SHORTCUT ICON" href="images/favicon.ico" />
	<meta HTTP-EQUIV="Refresh" Content="0;  URL=/cgi-bin/cgiirc/irc.cgi" />
	<title>CGI:IRC</title>
	<style type="text/css">
		body { background-color:#ffffff; color:#000000; }
		a { text-decoration: none; }
		a:link { color:#000000; }
		a:visited { color:#000000; }
		a:active { color:#000000; }
	</style>
</head>
<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#000000">
	<p>
		<a href="/cgi-bin/cgiirc/irc.cgi">
			You will be automatically redirected or click to start
			<img border="0" align="middle" src="images/cgiirc.gif" alt="CGI:IRC" />
		</a>
	</p>
</body>
</html>