Skip to content

Commit c547f5c

Browse files
committed
Merge branch 'master' of https://github.com/lsegurado/js-framework-benchmark into lsegurado-master
2 parents 8fc2851 + 94910c9 commit c547f5c

File tree

5 files changed

+279
-255
lines changed

5 files changed

+279
-255
lines changed
Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<title>LS_Element</title>
67
<link href="/css/currentStyle.css" rel="stylesheet" />
78
</head>
9+
810
<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>
1031
</body>
11-
</html>
32+
33+
</html>

0 commit comments

Comments
 (0)