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="style.css"> <title>Customers</title> <body> <h1>Customers</h1> <table> <tr> <th>Customer</th> <th>City</th> <th>Country</th> </tr> <tr> <td>{{CustomerName}}</td> <td>{{City}}</td> <td>{{Country}}</td> </tr> </table> </body> <!-- /appml/tryit.asp?filename=tryappml_howto_1 by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Feb 2025 19:26:07 GMT --> </html>