Update secure-mail-delivery.html

add mini FAQ and GAQ to nav
This commit is contained in:
2026-01-22 21:05:27 +00:00
parent 7716b2f9ec
commit a060173177

View File

@@ -23,6 +23,7 @@
<a class="pill" href="routing-reliability.html">Reliability</a>
<a class="pill" href="spam-junk-reduction.html">Cleaner Inboxes</a>
<a class="pill" href="delivery-help-errors.html">Delivery Help</a>
<a class="pill" href="#faq">FAQ</a>
</nav>
</div>
@@ -82,6 +83,19 @@
</p>
</section>
<div class="section-title">FAQ</div>
<section class="grid">
<article class="card">
<h2>Do users need to change anything?</h2>
<p>No. This runs in the background and does not change daily workflow.</p>
</article>
<article class="card">
<h2>Will this disrupt delivery?</h2>
<p>No downtime was required, and the goal is improved consistency—not disruption.</p>
</article>
</section>
<footer class="footer">
<span><span class="tag"><b>Tip</b> Most users never need to think about this—security runs quietly.</span></span>
<span><a href="index.html">Back to overview</a></span>