Skip to content

Commit 2d95e05

Browse files
committed
update index file
1 parent de488a5 commit 2d95e05

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

QR-CODE-Generator/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
4-
<meta charset="UTF-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link rel="stylesheet" href="style.css">
8-
<title>QR Code Generator</title>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="stylesheet" href="style.css">
9+
<title>QR Code Generator</title>
910
</head>
10-
<body>
11-
<h1>QR CODE GENERATOR</h1>
12-
<div class="main">
13-
<input type="text" name="" id="" class="input" placeholder="Enter text here...">
14-
<button class="btn">Generate</button>
15-
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTgdnbx19IIBKvSAwARaGMfbl06_CnXNcV63g&usqp=CAU" alt="qrcode" class="code">
16-
<p id="note">Made with ♥ by Khushi</p>
17-
</div>
18-
19-
<div id="toast">Successfully Generated!!!</div>
2011

21-
<script src="script.js"></script>
12+
<body>
13+
<h1>QR CODE GENERATOR</h1>
14+
<div class="main">
15+
<input type="text" name="" id="" class="input" placeholder="Enter text here...">
16+
<button class="btn">Generate</button> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTgdnbx19IIBKvSAwARaGMfbl06_CnXNcV63g&usqp=CAU" alt="qrcode" class="code">
17+
<p id="note">Made with ♥ by Khushi</p>
18+
</div>
19+
<div id="toast">Successfully Generated!!!</div>
20+
<script src="script.js"></script>
2221
</body>
23-
</html>
22+
23+
</html>

0 commit comments

Comments
 (0)