File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ <h1>Password Generator</h1>
3232
3333 < button id ="generateBtn " class ="generate-btn "> < strong > ⌨ Generate password</ strong > </ button >
3434
35- < div class ="result-wrapper ">
35+ < div class ="result-wrapper ">
3636 < input type ="text " id ="result " readonly placeholder ="Your password will appear here ">
3737 < button class ="copy-btn " id ="copyBtn "> < strong > 🗐 Copy</ strong > </ button >
3838 </ div >
39+ < div class ="footer ">
40+ < a href ="https://github.com/JustinVerstijnen/PasswordGenerator ">
41+ © < span id ="copyright-year "> 2025</ span > Password Generator tool
42+ </ a >
43+ </ div >
3944 </ div >
40- < div class ="footer ">
41- < a href ="https://github.com/JustinVerstijnen/DNSMegaTool ">
42- © < span id ="copyright-year "> 2025</ span > DNS MEGAtool by Justin Verstijnen
43- </ a >
44- </ div >
4545< script >
4646 document . getElementById ( 'copyright-year' ) . textContent = new Date ( ) . getFullYear ( ) ;
4747</ script >
You can’t perform that action at this time.
0 commit comments