disaster-recovery-website/_layouts/pricing.html

35 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: en }}">
{%- include head.html -%}
<body>
<div class="container">
{%- include header.html -%}
<main>
<section class="flex-container">
<div class="flex-container-inner">
<h1>Pricing</h1>
<p>
We use simple pricing. There is no setup fee. Our flat
fee is USD $10,000/yr which includes up to 10mb of
storage. All paying customers additionally get
discounted expedited recoveries.
</p>
<p>
Expedited recoveries start at $30,000, and depend on the
complexity of the [Recovery Rules](/recovery.html) the client uses. You
may contact <b>sales@distrust.co</b> for more details.
</p>
</div>
</section>
</main>
{%- include footer.html -%}
</div>
</body>
</html>