aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/index.html b/index.html
index 217c363..4f0d500 100644
--- a/index.html
+++ b/index.html
@@ -5,17 +5,16 @@
<title>SQL++</title>
<link rel="stylesheet" href="node_modules/electron-tabs/electron-tabs.css"></link>
- <style>
- body {
- margin: 0;
- }
- </style>
+ <link rel="stylesheet" href="./styles/instance-manager.css"></link>
+
</head>
<body>
<div class="etabs-tabgroup">
<div class="etabs-tabs"></div>
- <div class="etabs-buttons"></div>
+ <div class="etabs-buttons">
+ <button id="new-connection">New connection</button>
+ </div>
</div>
<div class="etabs-views"></div>