aboutsummaryrefslogtreecommitdiff
path: root/html/index.html
blob: b1997bf5984fcde4def53df8819d0c830ef30a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>