index.html 1.3 KB
Newer Older
1
<!-- 
2
Copyright 2004-2007 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
3 4
Initial Developer: H2 Group
-->
5
<html><head>
6
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
  <title>H2 Database Engine</title>
8
  <link rel="stylesheet" type="text/css" href="html/stylesheet.css" />
9 10 11 12 13 14 15 16 17
<script type="text/javascript">
  location.href = 'html/frame.html';
</script>
</head>
<body style="margin: 20px;">

<h1>H2 Database Engine</h1>
<p>
Welcome to H2, the free SQL database. The main feature of H2 are:
18
</p>
19 20
<ul>
<li>It is free to use for everybody, source code is included
21 22 23 24 25 26
</li><li>Written in Java, but also available as native executable
</li><li>JDBC and (partial) ODBC API
</li><li>Embedded and client/server modes
</li><li>Clustering is supported
</li><li>A web client is included
</li></ul>
27 28

<h2>No Javascript</h2>
29
<p>
30 31 32
If you are not automatically redirected to the main page, then
Javascript is currently disabled or your browser does not support Javascript.
Some features (for example the integrated search) require Javascript.
33
</p><p>
34 35
Please enable Javascript, or go ahead without it:
<a href="html/frame.html" style="font-size: 16px; font-weight: bold">H2 Database Engine</a>
36
</p>
37

38
</body></html>