diff options
author | ahriman <ahriman@falte.red> | 2018-12-02 16:20:23 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-02 16:20:23 -0500 |
commit | 946ae1ad402fcbb12d526fdddd3856b69c49334c (patch) | |
tree | b7b6cd1a1c14ed01d9ba4efc68ef42a076f0beeb /index.html | |
parent | 3988df9fd807669bc68c458743e894b6535059e1 (diff) | |
download | site-946ae1ad402fcbb12d526fdddd3856b69c49334c.tar.gz |
fixed ordering of irc clients
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index af2f820..3ef6e0a 100644 --- a/index.html +++ b/index.html @@ -46,8 +46,8 @@ </ul> <p>The IRC clients available by default are:</p> <ul> - <li>irssi</li> <li>weechat</li> + <li>irssi</li> </ul> <p>Feel free to contact ahriman on chat in #institute if you need another compiler or shell available, or if you would like your homepage's index changed from index.html to something else (index.cgi, index.php, etc). I can also provide access to MySQL / MariaDB on a request basis.</p> <div id="news"> |