delphimvcframework/samples/renders/bin/templates/customer.html

12 lines
181 B
HTML
Raw Normal View History

2016-02-26 19:26:24 +01:00
<!doctype html>
2016-02-26 19:21:57 +01:00
<html>
<body>
2016-02-26 19:25:41 +01:00
<h2>Daniele Teti Inc.</h2>
<h4>Contact</h4>
<p>Mr. Daniele, Teti</p>
<h4>Address</h4>
<p>Rome Street 12</p>
<p>00100</p>
<p>ROME</p>
2016-02-26 19:21:57 +01:00
</body>
</html>