Add files via upload
This commit is contained in:
parent
6e39a242da
commit
21b2ec1f76
|
|
@ -343,7 +343,6 @@
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
<nav class="links" aria-label="Primary">
|
<nav class="links" aria-label="Primary">
|
||||||
<a href="https://www.oblistudios.com">Home</a>
|
<a href="https://www.oblistudios.com">Home</a>
|
||||||
<a href="https://www.oblistudios.com/ASAservers.html">Servers</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
<a href="#" class="cart-btn" id="openCart">🛒 Cart <span id="cartCount">0</span></a>
|
<a href="#" class="cart-btn" id="openCart">🛒 Cart <span id="cartCount">0</span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -481,7 +480,7 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
const API = "https://affiliated-lets-automatic-oak.trycloudflare.com";
|
const API = "https://pay.oblistudios.com";
|
||||||
const CAPACITY_IDS = new Set(['server1', 'server2', 'server3']);
|
const CAPACITY_IDS = new Set(['server1', 'server2', 'server3']);
|
||||||
let remaining = 12;
|
let remaining = 12;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -428,7 +428,6 @@
|
||||||
<li><a href="#about">About</a></li>
|
<li><a href="#about">About</a></li>
|
||||||
<li><a href="#contact">Contact</a></li>
|
<li><a href="#contact">Contact</a></li>
|
||||||
<a href="https://www.oblistudios.com/roadmap.html">Roadmap</a>
|
<a href="https://www.oblistudios.com/roadmap.html">Roadmap</a>
|
||||||
<a href="https://www.oblistudios.com/ASAservers.html"> ASA Servers</a>
|
|
||||||
<a href="https://www.oblistudios.com/ASAshop.html"> ASA Shop</a>
|
<a href="https://www.oblistudios.com/ASAshop.html"> ASA Shop</a>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue