forked from harshita214/Chrome-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
31 lines (29 loc) · 1.05 KB
/
index2.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PNG2JPG</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="index2.js"></script>
</head>
<body>
<h1> Convert PNG to JPG </h1>
<section class="convertor">
<p style="line-height: 20px;"> Pick .png file to convert to .jpg</p>
<div class="form-control">
<p> Add, Convert & Download By Clicking Below </p>
<input type="file" name="image" />
<p style="line-height: 30px;"> </p>
</div>
</section>
<p> Click <a href="index.html">here</a> to convert JPG file to PNG file</p>
<p style="line-height: 60px;"> </p>
<script src="index2.js"></script>
</body>
<footer>
made with 💗 by abhilipsa sahoo
</footer>
</html>