~ubuntu-branches/ubuntu/karmic/cgiirc/karmic-updates

« back to all changes in this revision

Viewing changes to debian/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Mario Holbe
  • Date: 2004-11-08 14:11:52 UTC
  • Revision ID: james.westby@ubuntu.com-20041108141152-4e8m7ca2d8s0zvyy
Tags: 0.5.4-6
* Mario
  + typo in *index.html
* Elrond
  + add debian/watch
  + add 50_reconnect-link.dpatch by Pabs <pabs@zip.to>
    to create link back to login page at /quit
    (Closes: #268794)
* Mario and Elrond
  + fixup our advanced input boxes for IE (heavy work!)
  + Add warnings not to change debian specific settings
    like image_path (closes: #264598)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml">
 
5
<head>
 
6
        <link rel="SHORTCUT ICON" href="images/favicon.ico" />
 
7
        <meta HTTP-EQUIV="Refresh" Content="0;  URL=/cgi-bin/cgiirc/irc.cgi" />
 
8
        <title>CGI:IRC</title>
 
9
        <style type="text/css">
 
10
                body { background-color:#ffffff; color:#000000; }
 
11
                a { text-decoration: none; }
 
12
                a:link { color:#000000; }
 
13
                a:visited { color:#000000; }
 
14
                a:active { color:#000000; }
 
15
        </style>
 
16
</head>
 
17
<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#000000">
 
18
        <p>
 
19
                <a href="/cgi-bin/cgiirc/irc.cgi">
 
20
                        You will be automatically redirected or click to start
 
21
                        <img border="0" align="middle" src="images/cgiirc.gif" alt="CGI:IRC" />
 
22
                </a>
 
23
        </p>
 
24
</body>
 
25
</html>