Skip to content

Commit c2e5577

Browse files
committed
增加index.hmtl
1 parent 1dec6c9 commit c2e5577

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

lealone/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2+
<!--
3+
Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, Version 1.0,
4+
and under the Eclipse Public License, Version 1.0
5+
(http://h2database.com/html/license.html).
6+
Initial Developer: H2 Group
7+
-->
8+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
9+
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
10+
Lealone 文件下载
11+
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
12+
13+
<script type="text/javascript" src="navigation.js"></script>
14+
</head><body onload="frameMe();">
15+
16+
<h1>Lealone 文件下载</h1>
17+
<h3><a href="lealone-8.0.0-SNAPSHOT.jar">lealone-8.0.0-SNAPSHOT.jar</a></h3>
18+
<h3><a href="lealone-8.0.zip">lealone-8.0.zip</a></h3>
19+
<h3>SHA256: 7d3c636a1648392ef4ff1043027794eec5ce6d35940b18ab50bf7e4070d80129</h3>
20+
</body></html>
21+

0 commit comments

Comments
 (0)