2 changed files with 13 additions and 19 deletions
@ -1,16 +1,2 @@
|
||||
<div class="otb-statusbar"> |
||||
<div class="otb-statusbar-inner"> |
||||
<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> |
||||
{% include "includes/otb_statusbar.html" %} |
||||
<script src="/static/brand.js" defer></script> |
||||
|
||||
@ -1,6 +1,14 @@
|
||||
<div class="otb-statusbar"> |
||||
<div class="site-container"> |
||||
<span>Crypto conversions use the <a href="https://monitor.outsidethebox.top" target="_blank">OTB Oracle</a></span> |
||||
<span>All pricing in CAD 🇨🇦</span> |
||||
<div class="otb-statusbar-inner"> |
||||
<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> |
||||
|
||||
Loading…
Reference in new issue