console.html 467 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-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
4
and the EPL 1.0 (http://h2database.com/html/license.html).
5 6 7 8 9 10 11 12 13 14 15
Initial Developer: H2 Group
-->
<html>
    <head>
        <title>H2 Console</title>
        <META HTTP-EQUIV="Refresh" CONTENT="0; URL=console/" />
    </head>
    <body>
        <a href="console/">H2 Console</a>
    </body>
</html>