Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -81,7 +81,7 @@
|
|
81 |
<p>Copyright © 2025</p>
|
82 |
</div>
|
83 |
</footer>
|
84 |
-
|
85 |
<script src="script.js"></script>
|
86 |
</body>
|
87 |
</html>
|
|
|
81 |
<p>Copyright © 2025</p>
|
82 |
</div>
|
83 |
</footer>
|
84 |
+
<button id="swap-btn" onclick="swapCurrencies()">⇅</button>
|
85 |
<script src="script.js"></script>
|
86 |
</body>
|
87 |
</html>
|