main.html 1.3 KB
Newer Older
1 2
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
<!-- 
4
Copyright 2004-2007 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
5 6
Initial Developer: H2 Group
-->
7 8
<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>
9
H2 Database Engine
10
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
11 12 13 14 15
<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>
16
<p>
17
Welcome to H2, the free SQL database engine.
18
</p>
19 20

<a href="quickstartText.html" style="font-size: 16px; font-weight: bold">Quickstart</a>
21
<br />
22
Click here to get a fast overview.
23
<br /><br />
24
<a href="tutorial.html" style="font-size: 16px; font-weight: bold">Tutorial</a>
25
<br />
26
Go through the samples.
27 28 29 30 31
<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 />
32 33

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