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-12-09 12:32:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ee2ace8e506fa06f4b2a08971aa6f475c2da611
1ee2ace8
1 parent
740ba195
Add button 'to the list'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yacht.html
yacht.html
View file @
1ee2ace
...
...
@@ -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