Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
urc changes placeholder
  • Loading branch information
thekrabhishek authored May 16, 2024
1 parent 43bb045 commit 49daf00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="sub-title">Enter URL to Generate QRCode</div>
</section>
<section class="user-input">
<input type="text" placeholder="Type something..." name="input_text" id="input_text" autocomplete="off">
<input type="text" placeholder="Type url" name="input_text" id="input_text" autocomplete="off">
<button class="button" type="submit">Generate</button>
</section>
</div>
Expand All @@ -24,4 +24,4 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 49daf00

Please sign in to comment.