Skip to content

Commit 61fbb60

Browse files
Update index.html
1 parent 3198596 commit 61fbb60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
&copy; <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-
&copy; <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>

0 commit comments

Comments
 (0)