index.html 497 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Cassetta degli attrezzi</title>
  5. <style>
  6. @page {
  7. size: A5;
  8. margin: 0;
  9. }
  10. .content {
  11. width: 100%;
  12. font-size: 12pt;
  13. font-family: Arial, Helvetica, sans-serif;
  14. color: #000;
  15. line-height: 1.5;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <div class="content">
  21. <img src="https://zerbino.esiliati.org/logo">
  22. <h1>Cassetta degli attrezzi</h1>
  23. </div>
  24. </body>
  25. </html>