fixed indentation

master
BodgeMaster 2021-09-08 20:36:24 +02:00
parent 7384091b71
commit b750e83be0
1 changed files with 27 additions and 27 deletions

View File

@ -31,30 +31,30 @@ $navbar = "verify-email";
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>ThreadR - Verification</title> <title>ThreadR - Verification</title>
%STYLESHEET% %STYLESHEET%
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
%NAVBAR% %NAVBAR%
<div class="container"> <div class="container">
<div class="item-1"> <div class="item-1">
<h1> <h1>
<center>E-mail verification</center> <center>E-mail verification</center>
</h1> </h1>
</div> </div>
<div class="item-2"> <div class="item-2">
<section> <section>
<p>Please send an e-mail containing the following token to <a class="pink-b" href="mailto:signup@lostcave.ddnss.de?subject=ThreadR%20-%20Verification&body=<?php echo $token; ?>">signup@lostcave.ddnss.de</a>:</p> <p>Please send an e-mail containing the following token to <a class="pink-b" href="mailto:signup@lostcave.ddnss.de?subject=ThreadR%20-%20Verification&body=<?php echo $token; ?>">signup@lostcave.ddnss.de</a>:</p>
<form action="%CONTENT_DIR%/signup/verify-email/redirect.php" method="post"> <form action="%CONTENT_DIR%/signup/verify-email/redirect.php" method="post">
<p>Token: <?php echo $token; ?></p> <p>Token: <?php echo $token; ?></p>
<input type="submit" value="Done, sign me up!" /> <input type="submit" value="Done, sign me up!" />
</form> </form>
</section> </section>
</div> </div>
</div> </div>
%BANNER_COOKIES% %BANNER_COOKIES%
</body> </body>
</html> </html>