-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathindex.html
23 lines (19 loc) · 935 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>SQL Tabs</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/c3/c3.min.css" >
<link rel="stylesheet" href="css/bootstrap.dark.css" id="theme_stylesheet">
<link rel="stylesheet" href="css/tabs.dark.css" id="theme_tabs_stylesheet">
<link rel="stylesheet" href="css/tabs.css" id="tabs_stylesheet">
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<script src='node_modules/jquery/dist/jquery.min.js'></script>
<script>if (window.module) module = window.module;</script>
</head>
<body>
<div id="root" style="display: flex; flex-direction: column; height: 100%; min-height: 100%;"></div>
<script> require("./build/index.js") </script>
</body>
</html>