mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
19 lines
433 B
PHP
19 lines
433 B
PHP
<?= Template::Header(title: 'Help', description: 'Help with Standard Ebooks.') ?>
|
|
<main>
|
|
<section class="narrow">
|
|
<h1>Help</h1>
|
|
<ul>
|
|
<li>
|
|
<p>
|
|
<a href="/help/how-to-use-our-ebooks">How to use our ebooks</a>
|
|
</p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/help/managing-your-recurring-donation">Managing or canceling your recurring donation</a>
|
|
</p>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
<?= Template::Footer() ?>
|