mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
12 lines
592 B
PHP
12 lines
592 B
PHP
<?
|
||
require_once('Core.php');
|
||
|
||
?><?= Template::Header(['title' => 'Subscribe to the Standard Ebooks newsletter', 'highlight' => 'newsletter', 'description' => 'Subscribe to the Standard Ebooks newsletter to receive occasional updates about the project.']) ?>
|
||
<main>
|
||
<article>
|
||
<h1>Almost done!</h1>
|
||
<p>Please check your email inbox for a confirmation email containing a link to finalize your subscription to our newsletter.</p>
|
||
<p>Your subscription won’t be activated until you click that link—this helps us prevent spam. Thank you!</p>
|
||
</article>
|
||
</main>
|
||
<?= Template::Footer() ?>
|