2 changed files with 13 additions and 19 deletions
@ -1,16 +1,2 @@ |
|||||||
<div class="otb-statusbar"> |
{% include "includes/otb_statusbar.html" %} |
||||||
<div class="otb-statusbar-inner"> |
<script src="/static/brand.js" defer></script> |
||||||
<strong>All billing is calculated in 🇨🇦 CAD</strong> |
|
||||||
<span class="otb-dot"></span> |
|
||||||
<span>Crypto conversions use the <a href="https://monitor.outsidethebox.top" target="_blank" rel="noopener noreferrer">OTB Oracle</a></span> |
|
||||||
<span class="otb-dot"></span> |
|
||||||
<span> |
|
||||||
Methods: |
|
||||||
<strong>Credit Card</strong> <span style="opacity:0.7;">(via Square)</span>, |
|
||||||
<strong>e-Transfer</strong>, |
|
||||||
and <strong>enabled crypto assets</strong> |
|
||||||
</span> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
|
|
||||||
<script src="__OTB_BRAND_JS__" defer></script> |
|
||||||
|
|||||||
@ -1,6 +1,14 @@ |
|||||||
<div class="otb-statusbar"> |
<div class="otb-statusbar"> |
||||||
<div class="site-container"> |
<div class="otb-statusbar-inner"> |
||||||
<span>Crypto conversions use the <a href="https://monitor.outsidethebox.top" target="_blank">OTB Oracle</a></span> |
<strong>All billing is calculated in 🇨🇦 CAD</strong> |
||||||
<span>All pricing in CAD 🇨🇦</span> |
<span class="otb-dot"></span> |
||||||
|
<span>Crypto conversions use the <a href="https://monitor.outsidethebox.top" target="_blank" rel="noopener noreferrer">OTB Oracle</a></span> |
||||||
|
<span class="otb-dot"></span> |
||||||
|
<span> |
||||||
|
Methods: |
||||||
|
<strong>Credit Card</strong> <span style="opacity:0.7;">(via Square)</span>, |
||||||
|
<strong>e-Transfer</strong>, |
||||||
|
and <strong>enabled crypto assets</strong> |
||||||
|
</span> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
|||||||
Loading…
Reference in new issue