Run ❯
zig
.
com
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html lang="en-US"> <link rel="stylesheet" href="../w3css/4/w3.css"> <script src="2.0.3/appml.js"></script> <body> <div class="w3-container" appml-data="appml.aspx?model=model_cd_from_json"> <h1>CD Collection</h1> <h3>Extracted from a JSON file</h3> <div appml-include-html="inc_listcommands_nofilter.htm"></div> <table class="w3-table-all"> <tr> <th>Title</th> <th>Artist</th> <th>Price</th> </tr> <tr appml-repeat="records"> <td>{{Title}}</td> <td>{{Artist}}</td> <td>{{Price}}</td> </tr> </table> </div> </body> <!-- /appml/tryit.asp?filename=tryappml_from_json_aspx by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Feb 2025 19:26:09 GMT --> </html>