Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html>
<title>W3.JS</title>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<body>
<table id="id01">
<tr>
<th>Technologie</th>
<th>Side</th>
</tr>
<tr w3-repeat="Langs">
<td>{{Lang}}</td>
<td>{{Side}}</td>
</tr>
</table>
<script>
w3.getHttpObject("/project/lolo/sl_iRO7PGASjw2020103614/script.js", myFunction);
function myFunction(myObject) {
w3.displayObject("id01", myObject);
}
</script>
</body>
</html>
The most helpful W3.JS solutions