Skip to content

Instantly share code, notes, and snippets.

@ugeugeHigh
Last active February 27, 2019 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugeugeHigh/4139689ab8b6c098a6b3ef407b133133 to your computer and use it in GitHub Desktop.
Save ugeugeHigh/4139689ab8b6c098a6b3ef407b133133 to your computer and use it in GitHub Desktop.
<html>
<head>
<link href="css/style.css" rel="stylesheet">
<title>QR code generator</title>
</head>
<body>
<header>
<h1>QR code generator</h1>
</header>
<div id="wrap">
<h3>generating QR codes</h3>
<form>
<input type="text" id="text">
<input type="button" value="send" id="send">
</form>
<div id="qrcode"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment