Update index.html
Browse files- index.html +6 -7
index.html
CHANGED
@@ -5,12 +5,7 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Currency Converter</title>
|
7 |
<link rel="stylesheet" href="style.css">
|
8 |
-
|
9 |
-
<!-- Select2 CSS -->
|
10 |
-
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.1.0-beta.1/css/select2.min.css" rel="stylesheet">
|
11 |
-
<!-- Select2 JS -->
|
12 |
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.1.0-beta.1/js/select2.min.js"></script>
|
13 |
-
|
14 |
</head>
|
15 |
<body>
|
16 |
<div class="container">
|
@@ -84,4 +79,8 @@
|
|
84 |
|
85 |
<script src="script.js"></script>
|
86 |
</body>
|
87 |
-
</html>
|
|
|
|
|
|
|
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Currency Converter</title>
|
7 |
<link rel="stylesheet" href="style.css">
|
8 |
+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
|
|
|
|
|
|
|
|
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<div class="container">
|
|
|
79 |
|
80 |
<script src="script.js"></script>
|
81 |
</body>
|
82 |
+
</html>
|
83 |
+
|
84 |
+
|
85 |
+
|
86 |
+
|