mod_email_pass/templates/sendmailok.html
author Martin Dosch <martin@mdosch.de>
Thu, 01 Jul 2021 21:07:38 +0200
changeset 4616 fe24bda72838
parent 1343 7dbde05b48a9
permissions -rw-r--r--
mod_spam_reporting: Add support for XEP-0377 0.3 Support 'urn:xmpp:reporting:1', see https://xmpp.org/extensions/xep-0377.html#revision-history-v0.3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1342
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
     1
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
     2
<!DOCTYPE html>
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
     3
<html>
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
     4
  <head>
1343
7dbde05b48a9 all the things: Remove trailing whitespace
Florian Zeitz <florob@babelmonkeys.de>
parents: 1342
diff changeset
     5
  	<link rel="stylesheet" type="text/css" href="style.css" />
1342
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
     6
    <meta charset="utf-8">
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
     7
    <title>Enlace enviado!</title>
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
     8
  </head>
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
     9
  <body>
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
    10
  <div id="estilo" class="formulario">
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
    11
    <h1>Acabamos de enviarte un email con un enlace que tendr&aacute;s que visitar.</h1>
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
    12
  </div>
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
    13
  </body>
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
    14
</html>
0ae065453dc9 Initial commit
Luis G.F <luisgf@gmail.com>
parents:
diff changeset
    15