main.html 1.2 KB
Newer Older
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-2007 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
4 5
Initial Developer: H2 Group
-->
6 7
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
8
H2 Database Engine
9
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
10 11 12 13 14
<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>
15
<p>
16
Welcome to H2, the free SQL database engine.
17
</p>
18

19 20
<br />
<p>
21
<a href="quickstartText.html" style="font-size: 16px; font-weight: bold">Quickstart</a>
22
<br />
23
Click here to get a fast overview.
24 25 26
</p>

<p>
27
<a href="tutorial.html" style="font-size: 16px; font-weight: bold">Tutorial</a>
28
<br />
29
Go through the samples.
30 31 32
</p>

<p>
33 34 35
<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.
36
</p>
37 38

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