mirror of
https://github.com/Wisser/Jailer.git
synced 2026-01-07 16:37:40 -06:00
21 lines
709 B
HTML
21 lines
709 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
|
|
<title>Jailer - Relation Data Browsing</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
|
<meta name="description" content="Jailer - Relation Data Browsing" />
|
|
<meta name="keywords" content="data export referential integrity java jdbc dbms relation data browsing" />
|
|
<link rel="stylesheet" type="text/css" href="styles.css" />
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Data Browser</h1>
|
|
<img src="data-browser.png"><br>
|
|
<h3><a href="data-browsing.html">Back</a> </h3>
|
|
<h1>SQL Console</h1>
|
|
<img src="data-browser2.png"><br>
|
|
<h3><a href="data-browsing.html">Back</a> </h3>
|
|
</body>
|
|
</html>
|