File tree Expand file tree Collapse file tree 5 files changed +279
-255
lines changed
frameworks/keyed/ls-element Expand file tree Collapse file tree 5 files changed +279
-255
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 ">
5
6
< title > LS_Element</ title >
6
7
< link href ="/css/currentStyle.css " rel ="stylesheet " />
7
8
</ head >
9
+
8
10
< body >
9
- < main-element > </ main-element >
11
+ < div id ='main '>
12
+ < div class ="container ">
13
+ < div class ="jumbotron ">
14
+ < div class ="row ">
15
+ < div class ="col-md-6 ">
16
+ < h1 > LS-Element keyed</ h1 >
17
+ </ div >
18
+ < div class ="col-md-6 ">
19
+ < div is ="ls-table-manager " class ="row ">
20
+ </ div >
21
+ </ div >
22
+ </ div >
23
+ </ div >
24
+ < table class ="table table-hover table-striped test-data ">
25
+ < tbody is ="ls-table-body " id ="tbody ">
26
+ </ tbody >
27
+ </ table >
28
+ < span class ="preloadicon glyphicon glyphicon-remove " aria-hidden ="true "> </ span >
29
+ </ div >
30
+ </ div >
10
31
</ body >
11
- </ html >
32
+
33
+ </ html >
You can’t perform that action at this time.
0 commit comments