mirror of
https://github.com/safing/web
synced 2025-04-24 04:49:09 +00:00
Correct external links
This commit is contained in:
parent
24c754216d
commit
07d6b9f54f
1 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ layout: page
|
|||
<span class="card-package-middle-includes-feature"> Use SPN for 1-Month </span>
|
||||
</div>
|
||||
<div class="card-package-bottom">
|
||||
<a class="btn-secondary w-full justify-center" href="https://account.safing.io/plans/1/subscribe">Buy Package</a>
|
||||
<a class="btn-secondary w-full justify-center" href="{{ site.account_server_url }}plans/1/subscribe">Buy Package</a>
|
||||
</div>
|
||||
</div>
|
||||
<span class="element-x-center-max mt-4 text-sm">Billing does <strong>NOT</strong> auto-renew</span>
|
||||
|
@ -72,7 +72,7 @@ layout: page
|
|||
<span class="card-package-middle-includes-feature"> Use SPN for 1-Year </span>
|
||||
</div>
|
||||
<div class="card-package-bottom">
|
||||
<a class="btn-secondary w-full justify-center" href="https://account.safing.io/plans/1/subscribe">Buy Package</a>
|
||||
<a class="btn-secondary w-full justify-center" href="{{ site.account_server_url }}plans/2/subscribe">Buy Package</a>
|
||||
</div>
|
||||
</div>
|
||||
<span class="element-x-center-max mt-4 text-sm">Billing does <strong>NOT</strong> auto-renew</span>
|
||||
|
@ -155,7 +155,7 @@ layout: page
|
|||
<div class="showcase-two-bottom" style="max-width: 850px;">
|
||||
<div class="card">
|
||||
<div class="overflow-hidden">
|
||||
<video preload="auto" src="https://assets.safing.io/spn/feature-tour.mp4" poster="img/video-cover.png" controls="">
|
||||
<video preload="auto" src="https://assets.safing.io/spn/feature-tour.mp4" poster="https://assets.safing.io/spn/feature-tour-poster.png" controls="">
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue