-
Notifications
You must be signed in to change notification settings - Fork 509
/
table.html
126 lines (126 loc) · 2.76 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<p>
Loading content asynchronously! (Lazy loading content)<br>
You can preview this file <a href="table.html">table.html</a>
</p>
<table class="table table-bordered table-condensed table-striped">
<tr>
<th>Name</th>
<th>City</th>
<th>Company</th>
</tr>
<tr>
<td>Adara</td>
<td>Arquata del Tronto</td>
<td>At Nisi Cum LLP</td>
</tr>
<tr>
<td>Heather</td>
<td>Springfield</td>
<td>Lorem Ipsum Dolor Associates</td>
</tr>
<tr>
<td>Jenna</td>
<td>Milton Keynes</td>
<td>Pharetra Nam Ac Institute</td>
</tr>
<tr>
<td>Iris</td>
<td>Belgaum</td>
<td>Ultrices Vivamus LLC</td>
</tr>
<tr>
<td>Karleigh</td>
<td>Pelago</td>
<td>Purus Maecenas Libero LLC</td>
</tr>
<tr>
<td>Charles</td>
<td>Nizip</td>
<td>Sit Amet Corp.</td>
</tr>
<tr>
<td>Brody</td>
<td>Dworp</td>
<td>Ac Mattis Limited</td>
</tr>
<tr>
<td>Ralph</td>
<td>Zevekote</td>
<td>Faucibus Orci Associates</td>
</tr>
<tr>
<td>Kaitlin</td>
<td>Roveredo in Piano</td>
<td>Massa Suspendisse Incorporated</td>
</tr>
<tr>
<td>Barry</td>
<td>Montrose</td>
<td>Molestie PC</td>
</tr>
<tr>
<td>Nicholas</td>
<td>Herentals</td>
<td>Duis Institute</td>
</tr>
<tr>
<td>Lionel</td>
<td>Brisbane</td>
<td>Sagittis Duis Gravida Incorporated</td>
</tr>
<tr>
<td>Ifeoma</td>
<td>Gulfport</td>
<td>Et Magna PC</td>
</tr>
<tr>
<td>Lewis</td>
<td>Norderstedt</td>
<td>Accumsan Laoreet Associates</td>
</tr>
<tr>
<td>Ciara</td>
<td>Stratford-upon-Avon</td>
<td>Pellentesque LLC</td>
</tr>
<tr>
<td>Mufutau</td>
<td>Sint-Kruis-Winkel</td>
<td>Urna Inc.</td>
</tr>
<tr>
<td>Kibo</td>
<td>Dubuisson</td>
<td>Bibendum Fermentum Metus Company</td>
</tr>
<tr>
<td>Emma</td>
<td>Neum�nster</td>
<td>Ultrices Corporation</td>
</tr>
<tr>
<td>Ethan</td>
<td>Mattersburg</td>
<td>Consequat Nec Incorporated</td>
</tr>
<tr>
<td>Fredericka</td>
<td>Penrith</td>
<td>Ante Nunc Mauris LLC</td>
</tr>
<tr>
<td>Sylvia</td>
<td>Brussel</td>
<td>Donec Egestas Duis LLC</td>
</tr>
<tr>
<td>Julian</td>
<td>Mei�en</td>
<td>Vel Consulting</td>
</tr>
<tr>
<td>Nicholas</td>
<td>Mandasor</td>
<td>Suscipit Est Company</td>
</tr>
</table>