-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (55 loc) · 2.31 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!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" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="Content-Language" content="ja" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>The Seasar Project Maven Repository</title>
<link rel="stylesheet" type="text/css" href="https://www.seasar.org/theme/main.css" media="screen,projection" />
<link rel="stylesheet" type="text/css" href="https://www.seasar.org/theme/print.css" media="print" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div class="line"><span class="hide">spacer</span></div>
<div id="logo"><h1 id="h01" class="hide">The Seasar Foundation Project Site</h1><img src="https://www.seasar.org/images/seasar_logo_blue.gif" alt="The Seasar Foundation" width="390" height="180" /></div>
<div id="tool">
<h2><a href="https://search.seasar.org/">Site Search</a></h2>
<form id="search" name="search" action="https://search.seasar.org/">
<div>
<input id="search_phrase" type="text" name="phrase" size="20" />
<input type="hidden" name="perpage" value="30" />
<input type="hidden" name="enc" value="UTF-8" />
<input id="search_go" type="submit" value="Search" />
</div>
</form>
<h2>Seasar Banner</h2>
<p><a href="https://www.seasar.org/images/seasar_banner.gif"><img src="https://www.seasar.org/images/seasar_banner.gif" alt="Seasar Banner" title="Seasar Banner" width="146" height="33" /></a></p>
</div>
</div><!-- header -->
<div id="contents_left">
<h2>Menu</h2>
<ul>
<li><a href="https://www.seasar.org/">Project Site</a></li>
<li><a href="https://www.seasar.org/wiki/index.php?MavenInformation">Maven Information</a></li>
</ul>
</div><!-- contents_left -->
<div id="contents_center">
<div id="article">
<div class="section">
<h2>The Seasar Project Maven Repository</h2>
<ul>
<li><a href="maven/">maven</a></li>
<li><a href="maven2/">maven2</a></li>
</ul>
</div><!-- section -->
</div><!-- article -->
</div><!-- contents_center -->
<div id="footer">
<address>© Copyright The Seasar Foundation and the others 2004-2006, all rights reserved.</address>
<div class="line"><span class="hide">spacer</span></div>
</div><!-- footer -->
</div><!-- wrapper -->
</body>
</html>