Newer
Older
2021-taka-game / json.html
<!DOCTYPE html>
 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>json!</title>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<link rel="stylesheet" href="style.css" type="text/css">
</head>

<body>

<h1>ハローワールド</h1>

<p>
    <label>入力:<input type="text" id="textbox"></label>
    <input type="button" value="Check" id="checkButton" onclick="enter()">
</p>
<button type="button" class="" id="button" onclick="end()">決定</button>

<script src="js/json.js"></script>
</body>
 
</html>