<!DOCTYPE html>
<html lang="it">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Orebla.it chiuso</title>
</head>
<body>
  <header>
    <img src="https://www.orebla.it/img/cropped-testata-slim.jpg" alt="Orebla.it">
  </header>
  <main>
    <h1>Orebla.it chiuso</h1>
    <p style="border-radius: 10px;">Con grande dispiacere ho dovuto chiudere il sito, non veniva più aggiornato e seguito da diversi anni.<br> "Ti dico ciao, ma so che è un addio." <br> Luca Melloni</p>
  </main>
  <footer>
    <p style="font-size: 0.8em;">Scritto e seguito da Luca Melloni con vera passione dal 2005 al 2018, grazie a tutti.</p>
  </footer>
  <style>
      body {
      background-color: #8fc2ef;
      font-family: sans-serif;
    }

    header {
      text-align: center;
    }

    header img {
      max-width: 100%;
      height: auto;
    }

    main {
      padding: 20px;
      text-align: center;
    }

    main h1 {
      font-size: 3em;
      margin-top: 0;
    }

    main p {
      background-color: white;
      padding: 10px;
      margin: 20px auto;
      max-width: 800px;
      border-radius: 10px;
      font-size: 2em;
    }

    footer {
      text-align: center;
      padding: 10px;
      font-size: 0.8em;
    }
  </style>
</body>
</html>
