GarGerry commited on
Commit
010b678
·
verified ·
1 Parent(s): 4d4310e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -14,6 +14,7 @@
14
  </div>
15
  </nav>
16
  </header>
 
17
  <section class="headline">
18
  <h1>Currency Converter</h1>
19
  <p>Convert your money between different currencies easily.</p>
@@ -30,7 +31,7 @@
30
  <option value="EUR">🇪🇺 EUR</option>
31
  <!-- Add other currencies here -->
32
  </select>
33
- <button id="swap-btn" onclick="swapCurrencies()">⏬</button>
34
  <select id="to-currency">
35
  <option value="EUR">🇪🇺 EUR</option>
36
  <option value="USD">🇺🇸 USD</option>
 
14
  </div>
15
  </nav>
16
  </header>
17
+
18
  <section class="headline">
19
  <h1>Currency Converter</h1>
20
  <p>Convert your money between different currencies easily.</p>
 
31
  <option value="EUR">🇪🇺 EUR</option>
32
  <!-- Add other currencies here -->
33
  </select>
34
+ <button id="swap-btn" onclick="swapCurrencies()">↕️</button>
35
  <select id="to-currency">
36
  <option value="EUR">🇪🇺 EUR</option>
37
  <option value="USD">🇺🇸 USD</option>