-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtable.html
40 lines (34 loc) · 928 Bytes
/
table.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
38
39
40
---
layout: page
---
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
{% include head.html %}
<link href="./dist/css/pulsar.css" rel="stylesheet">
<style>
.jitsi-mm-logo {
height: 34px;
}
</style>
</head>
<body>
<div class="preloader">
<div class="lds-ripple">
<div class="lds-pos"></div>
<div class="lds-pos"></div>
</div>
</div>
<div id="main-wrapper" data-theme="light" data-layout="vertical" data-navbarbg="skin6" data-sidebartype="full"
data-sidebar-position="fixed" data-header-position="fixed" data-boxed-layout="full">
<div class="container-fluid" id="vue-table">
<div class="row mt-4">
<div class="col-12">
{% include common_table.html %}
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>