Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오명준
/
probability_simulator
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오명준
2021-11-30 21:41:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35ceec389ab9e48948d7c3d29f990f620fad96ad
35ceec38
1 parent
e16dba5d
Add 'To the list' button 'Yacht dice'(html)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yacht.html
yacht.html
View file @
35ceec3
...
...
@@ -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"
>
...
...
Please
register
or
login
to post a comment