-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (90 loc) · 4.28 KB
/
index.html
File metadata and controls
93 lines (90 loc) · 4.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>C2Currency</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<div class="navbar">
<h1>
C 2 Currency
</h1>
</div>
</header>
<main>
<div class="ticker">
<div class="title"><h5>Note:</h5></div>
<div class="display">
<marquee>
<p>in some cases the rate may be different because of technical errors from API. please co-operate with me. I am trying to best from my side. for any other bug or suggestions messege me on telegram by clicking on name below. </p>
</marquee>
</div>
</div>
<div class="main">
<div class="container">
<h2>Let's Check</h2>
<form>
<div class="amount">
<p>Enter Amount</p>
<input value="1" type="number"/>
</div>
<div class="dropdown">
<div class="from">
<p>From</p>
<div class="select-container">
<img src="https://flagsapi.com/US/shiny/64.png">
<select name="from"></select>
</div>
</div>
<i class="fa-solid fa-arrow-right-arrow-left"></i>
<div class="to">
<p>to</p>
<div class="select-container">
<img src="https://flagsapi.com/IN/shiny/64.png">
<select name="to"></select>
</div>
</div>
</div>
<div class="msg">1USD = fetching.......</div>
<div class="updatedat">Data as per : <p> Checking.......</p></div>
<button>Get Exchange Report</button>
</form>
</div>
</div>
<div class="content">
<h2>What is the C 2 Currency?</h2>
<p>C 2 Currency is an online currency converter tool. it has been helping users get accurate and up-to-date currency exchange rates for over 158 global currencies.</p>
<ul>
<h2>Why use the C 2 Currency?</h2>
<li>The C 2 Currency has trusted by users.</li>
<li>We get our currency exchange rates from the most authoritative sources for forex data in the world.</li>
<li>Our currency exchange rates are updated every few days to reflect the most up-to-date values.</li>
<li>Our tool is completely free to access and has an intuitive, easy-to-use interface.</li>
</ul>
<h2>How to convert currencies online?</h2>
<p>You can convert currencies online using the C 2 Currency. Just follow these simple steps:</p>
<ol>
<li>Enter Amount</li>
<li>Select from currency by dropdown list</li>
<li>Select to currency by dropdown list</li>
<li>Click on Get Exchange Report</li>
</ol>
</div>
<div class="loader"></div>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="lav_developer" data-description="Support me on Buy me a coffee!" data-message="Welcome to the site." data-color="#40DCA5" data-position="Right" data-x_margin="30" data-y_margin="40"></script>
</main>
<footer>
<div class="foot">
<h1>TECH BREAKERS</h1>
<p>© 2024. All rights reserved.</p>
<a href="https://t.me/Lav_kushbot">Developed By Lav Kush.( Admin of Tech Breakers ).</a>
</div>
</footer>
<script src="country.js"></script>
<script src="script.js"></script>
</body>
</html>