Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Nov 2, 2024
1 parent 8548eb6 commit 35100a7
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 @@ -3,7 +3,7 @@
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>QR Code Generator</title>
<title>Simple QR Code Generator</title>
<script type="module" src="index.js"></script>
<style>
:root {
Expand Down Expand Up @@ -32,7 +32,7 @@
</head>
<body>
<h1>QR Code Generator</h1>
<textarea id="text" placeholder="enter url (etc...) here"></textarea>
<textarea id="text" placeholder="enter or paste url (etc...) here"></textarea>
<button id="download" type="button" disabled>download qr code</button>
<canvas></canvas>
</body>
Expand Down

0 comments on commit 35100a7

Please sign in to comment.