-
Notifications
You must be signed in to change notification settings - Fork 1
/
contactlist-en.html
62 lines (60 loc) · 1.99 KB
/
contactlist-en.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>vimpr</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id="contents">
<h1>Contact lists</h1>
<h2>Chat services</h2>
<dl>
<dt>Lingr</dt>
<dd>
<ul>
<li><a href="http://lingr.com/signup?letmein=vimperator">http://lingr.com/signup?letmein=vimperator</a></li>
</ul>
</dd>
<dt>IRC</dt>
<dd>
<ul>
<li>#vimperator (Servers: <a href="http://www.ircnet.jp/server-list.html">http://www.ircnet.jp/server-list.html</a>)</li>
</ul>
</dd>
</dl>
<h2>Owner lists</h2>
<dl>
<dt>anekos</dt>
<dd>
<ul>
<li><a href="http://twitter.com/anekos">http://twitter.com/anekos</a></li>
<li><a href="mailto:vimpr@snca.net">vimpr@snca.net</a></li>
</ul>
</dd>
<dt>janus_wel</dt>
<dd>
<ul>
<li><a href="mailto:janus.wel.3@gmail.com">janus.wel.3@gmail.com</a></li>
<li><a href="http://twitter.com/janus_wel">http://twitter.com/janus_wel</a></li>
</ul>
</dd>
<dt>mitsugu</dt>
<dd>
<ul>
<li><a href="mailto:mitsugu.oyama@gmail.com">mitsugu.oyama@gmail.com</a></li>
<li><a href="http://github.com/mitsugu">http://github.com/mitsugu</a></li>
</ul>
</dd>
<dt>teramako</dt>
<dd>
<ul>
<li><a href="mailto:teramako@gmail.com">teramako@gmail.com</a></li>
<li><a href="http://twitter.com/teramako">http://twitter.com/teramako</a></li>
</ul>
</dd>
</dl>
<a href="index.html">to Top Page</a>
</div>
</body>
</html>