aboutsummaryrefslogtreecommitdiff
path: root/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html
new file mode 100644
index 0000000..b1997bf
--- /dev/null
+++ b/html/index.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>SQL++</title>
+
+ <link rel="stylesheet" href="../node_modules/electron-tabs/electron-tabs.css"></link>
+ <link rel="stylesheet" href="../styles/instance-manager.css"></link>
+
+ </head>
+ <body>
+
+ <div class="etabs-tabgroup">
+ <div class="etabs-tabs"></div>
+ <div class="etabs-buttons">
+ <button id="new-connection">New connection</button>
+ </div>
+ </div>
+ <div class="etabs-tabgroup-footer"></div>
+ <div class="etabs-views"></div>
+
+ <script>
+ require("../instance-manager.js");
+ </script>
+ </body>
+</html> \ No newline at end of file