-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (48 loc) · 976 Bytes
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>p4d members</title>
</head>
<body>
<h1>p4d members</h1>
<ul class="members">
<li class="member">
<h2>machida</h2>
<dl>
<dt>twitter</dt>
<dd>@machida</dd>
<dt>Blog</dt>
<dd>http://kuroigamen.com</dd>
</dl>
</li>
<li class="member">
<h2>fumiyasac</h2>
<dl>
<dt>twitter</dt>
<dd>@fumiyasac</dd>
<dt>Blog</dt>
<dd>http://www.just1factory.com</dd>
</dl>
</li>
<li class="member">
<h2>wooyan</h2>
<dl>
<dt>twitter</dt>
<dd>@wooyan</dd>
<dt>web</dt>
<dd>http://wooyan.com/</dd>
</dl>
</li>
<li class="member">
<h2>satococoa</h2>
<dl>
<dt>twitter</dt>
<dd>@satococoa</dd>
<dt>web</dt>
<dd>http://223soft.net/</dd>
</dl>
</li>
</ul>
</body>
</html>