Skip to content

Instantly share code, notes, and snippets.

@ugeugeHigh
Last active February 27, 2019 12:50
Embed
What would you like to do?
<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 id="title">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