File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< 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 >
9
10
</ 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 >
20
11
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 >
22
21
</ body >
23
- </ html >
22
+
23
+ </ html >
You can’t perform that action at this time.
0 commit comments