1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Janken</title>
<link rel="stylesheet" href="janken.css" />
<script src="janken.js"></script>
</head>
<body>
<div class="web-app">
<div id="com">gu</div>
<button onclick="pon(0)">gu</button>
<button onclick="pon(1)">choke</button>
<button onclick="pon(2)">pa</button><br /><br />
<button onclick="start()">start</button>
</div>
</body>
</html>