You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
368 B

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="qr.css">
<script src="qr-maker.js"></script>
<script src="qr.js"></script>
</head>
<body onload="init()">
<input id="qrtext" type="text" placeholder="Enter text" oninput="makeCode(this)"/>
<br />
<div id="qrcode"></div>
</body>
</html>