Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
- <!--
- Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
- and the EPL 1.0 (http://h2database.com/html/license.html).
- Initial Developer: H2 Group
- -->
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <title>H2 Console</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" />
- </head>
- <frameset cols="*" rows="36,*" frameborder="1" framespacing="4" border="4" bordercolor="white">
- <frame noresize="noresize" frameborder="0" marginheight="0" marginwidth="0" src="header.jsp?jsessionid=a86db6ae90e1cb08ab982b3c1c54ebea" name="header" scrolling="no" />
- <frameset cols="200,*" rows="*" frameborder="1" framespacing="4" border="4" bordercolor="white">
- <frame frameborder="0" marginheight="0" marginwidth="0" src="tables.do?jsessionid=a86db6ae90e1cb08ab982b3c1c54ebea" name="h2menu" />
- <frameset rows="180,*" frameborder="1" framespacing="4" border="4" bordercolor="white">
- <frame frameborder="0" marginheight="0" marginwidth="0" src="query.jsp?jsessionid=a86db6ae90e1cb08ab982b3c1c54ebea" name="h2query" scrolling="no" />
- <frame frameborder="0" marginheight="0" marginwidth="0" src="help.jsp?jsessionid=a86db6ae90e1cb08ab982b3c1c54ebea" name="h2result" />
- </frameset>
- </frameset>
- </frameset>
- <noframes>
- <body>
- Sorry, Lynx not supported yet
- </body>
- </noframes>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement