This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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