-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservice.html
110 lines (103 loc) · 3.19 KB
/
service.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
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<body>
<table class="table table-striped">
<thead>
<tr>
<td>
<th scope="col" style="border: none;">Supplier</th>
</td>
<td>
<th scope="col" style="float: right; padding-right: 88px; border: none;">
by Thomas</th>
</td>
</tr>
<tr>
</tr>
</thead>
</table>
<br>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Weintek</th>
<th scope="col">HMI</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Series</th>
<td>company</td>
<td>http</td>
</tr>
</tbody>
</table>
<br>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Xinje</th>
<th scope="col">HMI</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Series</th>
<td>company</td>
<td>http</td>
</tr>
</tbody>
</table>
<br>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Kinco</th>
<th scope="col">HMI</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Series</th>
<td>company</td>
<td>http</td>
</tr>
</tbody>
</table>
<br>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Flexem</th>
<th scope="col">HMI</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">东莞市大川自动化</th>
<td>Series</td>
<td>
<table>
<tr>
<td>
<a href="https://item.taobao.com/item.htm?id=799703425351&spm=tbpc.mytb_itemcollect.item.goods&skuId=5621990955605">1</a>
</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://item.taobao.com/item.htm?id=787204206462&spm=tbpc.mytb_itemcollect.item.goods">2</a>
</td>
</tr>
<tr>
<td>
<a href="https://item.taobao.com/item.htm?id=801668238387&spm=tbpc.mytb_itemcollect.item.goods">3</a>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>