main.html 1.2 KB
Newer Older
1 2 3 4 5
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 
Copyright 2004-2006 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
Initial Developer: H2 Group
-->
6
<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
7
H2 Database Engine
8
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
9 10 11 12 13
<script type="text/javascript" src="navigation.js"></script>
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">

<h1>H2 Database Engine</h1>
14
<p>
15
Welcome to H2, the free SQL database engine.
16
</p>
17 18

<a href="quickstartText.html" style="font-size: 16px; font-weight: bold">Quickstart</a>
19
<br />
20
Click here to get a fast overview.
21
<br /><br />
22
<a href="tutorial.html" style="font-size: 16px; font-weight: bold">Tutorial</a>
23
<br />
24
Go through the samples.
25 26 27 28 29
<br /><br />
<a href="features.html" style="font-size: 16px; font-weight: bold">Features</a>
<br />
See what this database can do and how to use these features.
<br /><br />
30 31

</div></td></tr></table></body></html>