console.html 473 Bytes
Newer Older
1 2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 
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
<html>
7 8 9 10 11 12 13
    <head>
        <title>H2 Console</title>
        <META HTTP-EQUIV="Refresh" CONTENT="0; URL=console/" />
    </head>
    <body>
        <a href="console/">H2 Console</a>
    </body>
14
</html>