Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -47,9 +47,11 @@
|
|
47 |
<i id="toCurrencyIcon" class="fas"></i> <!-- Ikon untuk mata uang tujuan -->
|
48 |
</div>
|
49 |
</div>
|
|
|
50 |
<footer>
|
51 |
<p>Copyright © 2025 Teggar Eka Mustaqim Sitanggang</p>
|
52 |
</footer>
|
|
|
53 |
<script src="script.js"></script>
|
54 |
</body>
|
55 |
</html>
|
|
|
47 |
<i id="toCurrencyIcon" class="fas"></i> <!-- Ikon untuk mata uang tujuan -->
|
48 |
</div>
|
49 |
</div>
|
50 |
+
<!-- Footer -->
|
51 |
<footer>
|
52 |
<p>Copyright © 2025 Teggar Eka Mustaqim Sitanggang</p>
|
53 |
</footer>
|
54 |
+
|
55 |
<script src="script.js"></script>
|
56 |
</body>
|
57 |
</html>
|