Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  2. <!--
  3. Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
  4. and the EPL 1.0 (http://h2database.com/html/license.html).
  5. Initial Developer: H2 Group
  6. -->
  7. <html>
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  10. <title>H2 Console</title>
  11. <link rel="stylesheet" type="text/css" href="stylesheet.css" />
  12. </head>
  13. <frameset cols="*" rows="36,*" frameborder="1" framespacing="4" border="4" bordercolor="white">
  14. <frame noresize="noresize" frameborder="0" marginheight="0" marginwidth="0" src="header.jsp?jsessionid=a86db6ae90e1cb08ab982b3c1c54ebea" name="header" scrolling="no" />
  15. <frameset cols="200,*" rows="*" frameborder="1" framespacing="4" border="4" bordercolor="white">
  16. <frame frameborder="0" marginheight="0" marginwidth="0" src="tables.do?jsessionid=a86db6ae90e1cb08ab982b3c1c54ebea" name="h2menu" />
  17. <frameset rows="180,*" frameborder="1" framespacing="4" border="4" bordercolor="white">
  18. <frame frameborder="0" marginheight="0" marginwidth="0" src="query.jsp?jsessionid=a86db6ae90e1cb08ab982b3c1c54ebea" name="h2query" scrolling="no" />
  19. <frame frameborder="0" marginheight="0" marginwidth="0" src="help.jsp?jsessionid=a86db6ae90e1cb08ab982b3c1c54ebea" name="h2result" />
  20. </frameset>
  21. </frameset>
  22. </frameset>
  23. <noframes>
  24. <body>
  25. Sorry, Lynx not supported yet
  26. </body>
  27. </noframes>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement