2021-02-17 17:46:27 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-03-05 19:59:00 +00:00
|
|
|
|
2021-02-17 17:46:27 +00:00
|
|
|
<head>
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
|
2021-03-05 19:59:00 +00:00
|
|
|
<title>DbGate</title>
|
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<meta name="description"
|
|
|
|
content="DbGate - web based opensource database administration tool for MS SQL, MySQL, Postgre SQL" />
|
|
|
|
|
|
|
|
<link rel='icon' type='image/png' href='/favicon.ico'>
|
|
|
|
<link rel="manifest" href="/manifest.json" />
|
2021-02-17 17:46:27 +00:00
|
|
|
|
|
|
|
<link rel='stylesheet' href='/global.css'>
|
2021-02-20 09:40:29 +00:00
|
|
|
<link rel='stylesheet' href='/dimensions.css'>
|
2021-02-25 17:05:44 +00:00
|
|
|
<link rel='stylesheet' href='/bulma.css'>
|
2021-02-20 18:37:19 +00:00
|
|
|
<link rel='stylesheet' href='/icon-colors.css'>
|
2021-02-17 17:46:27 +00:00
|
|
|
<link rel='stylesheet' href='/build/bundle.css'>
|
|
|
|
<link rel='stylesheet' href='/build/fonts/materialdesignicons.css'>
|
|
|
|
|
|
|
|
<script defer src='/build/bundle.js'></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
</body>
|
2021-03-05 19:59:00 +00:00
|
|
|
|
|
|
|
</html>
|