-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (32 loc) · 1.09 KB
/
index.html
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
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeltaLakeUI</title>
<link rel="stylesheet" href="./static/style.css"/>
<script type="text/javascript" src="http://kozea.github.com/pygal.js/latest/pygal-tooltips.min.js"></script>
<style>
.button {
/*background-color: #f2f2f2;*/ /* Gray */
/*font-color: #000000;*/ /* Gray */
border: none;
padding: 0px 0px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 28px;
}
</style>
</head>
<body class="stackedit">
<div class="stackedit__html"><h1 id="dlui"><code>Delta Lake UI</code></h1>
<input id="query"size="150">
append ? <input id="append" type="checkbox">
<button class="button" name="get_plot" id="get_plot"><code><b>RUN</b></code></button>
<div id="plot"> <script type="text/javascript" src="http://kozea.github.com/pygal.js/latest/pygal-tooltips.min.js"></script>
</div>
</div>
<script type="text/javascript" src="./static/request.js"></script>
</body>
</html>