File "goodbye.html"

Full path: /var/www/vhosts/msproyectoscloud.cl/siadrecursos.msproyectoscloud.cl/RECURSOS/recursos.siadspsminsal.cl/Dolor_cronico/M4/scormdriver/goodbye.html
File size: 660 B
MIME-type: text/html
Charset: utf-8

Download   Open   Back

<html>
  <head>
    <meta charset="utf-8" lang="es">
    <style>
      html {
        font-size: 20px;
        font-family: 'lato', sans-serif;
        font-weight: lighter;
        letter-spacing: 0.05rem;
      }

      .goodbye-container {
        text-align: center;
        margin-top: 15rem;
      }

      .bye-message {
        font-size: 1.5rem;
      }

      .exit-text {
        color: #707070;
        margin-top: 1rem;
      }
    </style>
  </head>
  <body>
    <div class="goodbye-container">
      <div class="bye-message">👋 ¡Adiós!</div>
      <div class="exit-text">Ahora puede salir de esta página.</div>
    </div>
  </body>
</html>