Newer
Older
2021-taka-game / json.html
@taka taka on 8 Oct 2021 741 bytes json.js update
<!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>

<form name="form1" id="form" action="">
    <input name="textBox1" id="textbox" type="text" value="" />
    <input type="button" value="enter" onclick="enter();" />
    <input type="button" value="end" onclick="end();" />
  </form>
  <hr/>
<div id="output"></div>

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