Skip to content

Commit

Permalink
update warn feat
Browse files Browse the repository at this point in the history
  • Loading branch information
ghasemizade committed Mar 24, 2024
1 parent 718ec13 commit d23e47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ <h1>QR Code Generator</h1>
<h4>Paste a url or enter text to create QR code</h4>
<input type="text" placeholder="Enter text or url">
<button class="btn-gen">Generate QR Code</button>
<h2 class="warn"></h2>
</div>
<img class="qr-img" src="https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=https://github.com/oncode-frontend/qr-code-maker" alt="qr-code-url">
</div>
Expand Down

0 comments on commit d23e47b

Please sign in to comment.