오명준

Add button 'to the list'

......@@ -4,6 +4,7 @@
</head>
<script src="yacht.js"></script>
<body>
<button onclick='window.location="list.html"'>목록으로</button><br>
본 페이지는 Nintendo의 "51 Worldwide Games"의 Yacht Dice의 확률을 보여주는 페이지입니다.<br>
0은 주사위를 굴리는 것으로, 1~6은 숫자를 고정하는 것으로 간주합니다.<br>
<input type="number" id="d1", min="0" max="6" value="0">
......