Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김한준
/
OSS-Term-Project
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
김한준
2019-06-02 23:53:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aff1e028e62848a46746ad4f9bee749e66dfe078
aff1e028
1 parent
3d50ef64
회차 변경 기능 수정 완료
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
public/index.html
public/index.html
View file @
aff1e02
...
...
@@ -11,8 +11,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/style.css"
>
<script
src=
"/jquery.js"
type=
"text/javascript"
></script>
<script
src=
"/main.js"
type=
"text/javascript"
></script>
<script
id=
"a1"
defer=
""
type=
"text/javascript"
document
.
write
('
src=
""
')
></script>
<script
defer=
""
type=
"text/javascript"
src=
"http://lotto.kaisyu.com/api?method=get&callback=loadlot"
></script>
</head>
...
...
@@ -23,8 +22,6 @@
<p>
로또 번호를 생성하고 각 회차의 당첨번호와 비교합니다
</p>
<p>
회차 선택시 1등 당첨번호가 바뀌며 선택한 회차의 당첨번호와
</p>
<p>
생성한 당첨번호를 비교하여 각 등수의 당첨확률을 보여줍니다
</p>
<p>
회차선택시 번호 변경은 현재 수정하고 있습니다
</p>
<div
class=
"container"
>
<div
class=
"row p-4"
>
...
...
@@ -54,6 +51,9 @@
</div>
</div>
<div
id=
"lotto_api_data"
>
<script
id=
"lotto_api_src"
></script>
</div>
<p
style=
"position:absolute;top:calc(50% + 100px);width:100%;"
>
...
...
@@ -64,9 +64,7 @@
<div
id=
"stats"
></div>
<ol
id=
"lottotable"
></ol>
</body>
...
...
Please
register
or
login
to post a comment