<!DOCTYPE html>
<html lang="ru">
<link rel="stylesheet" href="../w3css/4/w3.css">
<script src="2.0.3/appml.js"></script>
<body>
<div class="w3-container" appml-data="https://www.w3schools.com/appml/appml.php?model=model_cd_from_txt">
<h1>CD Коллекция</h1>
<h3>Отображается из текстового файла</h3>
<div appml-include-html="inc_listcommands_nofilter.html"></div>
<table class="w3-table-all">
<tr>
<th>Заголовок</th>
<th>Артист</th>
<th>Цена</th>
</tr>
<tr appml-repeat="records">
<td>{{Title}}</td>
<td>{{Artist}}</td>
<td>{{Price}}</td>
</tr>
</table>
</div>
</body>
</html>