Changes for page Robotic Partner

Last modified by Simran Karnani on 2022/03/20 22:33

From version Icon 18.1 Icon
edited by Xin Wan
on 2022/02/22 12:24
Change comment: There is no comment for this version
To version Icon 19.1 Icon
edited by Xin Wan
on 2022/02/22 12:25
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -30,10 +30,20 @@
30 30  {{html}}
31 31  <table style="width:100%">
32 32   <tr>
33 - <td>Emil</td>
34 - <td>Tobias</td>
35 - <td>Linus</td>
33 + <th>Company</th>
34 + <th>Contact</th>
35 + <th>Country</th>
36 36   </tr>
37 + <tr>
38 + <td>Alfreds Futterkiste</td>
39 + <td>Maria Anders</td>
40 + <td>Germany</td>
41 + </tr>
42 + <tr>
43 + <td>Centro comercial Moctezuma</td>
44 + <td>Francisco Chang</td>
45 + <td>Mexico</td>
46 + </tr>
37 37  </table>
38 38  {{/html}}
39 39