image_basic.html 487 B

1234567891011121314151617181920
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
  5. <style>
  6. body {
  7. color: #7d7a7a;
  8. font-family: 'trebuchet ms', verdana, sans-serif;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <div style="text-align: center; margin-top: 40%;">
  14. <img style="width: 75%;" src="images/dompdf_simple.png"/>
  15. <br/>
  16. <span>The PHP 5 HTML to PDF converter</span>
  17. </div>
  18. </body> </html>