Skip to content

Commit f216a30

Browse files
authored
Update exchanges.html
Add NanSwap Exchange
1 parent 3173572 commit f216a30

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

exchanges.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
Made with ❤ for the BANANO community!
4-
MKZI Design Labs - https://github.com/HelloMokuzai
4+
MKZI Design Labs - https://github.com/HelloMokuzai
55
-->
66
<html>
77
<head>
@@ -20,7 +20,7 @@
2020
<meta name="twitter:image" content="https://raw.githubusercontent.com/HelloMokuzai/banano-hub/refs/heads/main/images/banner.jpg"/>
2121
<meta name="twitter:creator" content="@HelloMokuzai"/>
2222
<link rel="stylesheet" href="assets/css/main.css" />
23-
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
23+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
2424
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
2525
</head>
2626
<body class="is-preload">
@@ -66,6 +66,10 @@ <h2>Menu</h2>
6666
<!-- Main -->
6767
<div id="main">
6868
<div class="inner">
69+
<!-- NanSwap -->
70+
<center><h1>Buy Banano</h1>
71+
<iframe src="https://nanswap.com/iframe-swap/swap?defaultFrom=XNO&defaultTo=BAN&mode=swap&invitationId=01509061747" style="width: 100%; height: 440px; background: transparent; border: none; border-radius: 4px;"></iframe></center>
72+
<!-- Links -->
6973
<h1>Exchanges</h1>
7074
<span class="image main"><img src="images/header_exchanges.png" alt="" /></span>
7175
<h1>Centralized Exchanges - CEX</h1>
@@ -140,7 +144,7 @@ <h2>Contact</h2>
140144
<script src="assets/js/breakpoints.min.js"></script>
141145
<script src="assets/js/util.js"></script>
142146
<script src="assets/js/main.js"></script>
143-
<script>
147+
<script>
144148
function Copy_Address() {
145149
var copyText = document.getElementById("Ban_Address");
146150
copyText.select();

0 commit comments

Comments
 (0)