-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 765 Bytes
/
index.html
File metadata and controls
27 lines (23 loc) · 765 Bytes
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
<!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-Style-Type" content="text/css" />
<title>DBFlute Top</title>
</head>
<body>
<div>
<h1>DBFlute Top for Java8</h1>
<p>
...Coming soon
<img src="./image/parts/popup-flute.gif" alt="dbflute" width="75" height="125" />
</p>
<br />
<br />
<h3>news: 1.1.0 released</h3>
<p>
You can install and setup with the document (but Japanese site): <a href="http://dbflute.seasar.org/ja/environment/setup/maven.html">Set up by Maven</a>
</p>
</div>
</body>
</html>