Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Joung Jiwon
/
OSS-TongGilMut
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
Joung Jiwon
2020-12-10 03:10:57 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
8215c818872d6ee5119b83c23bd07750014e60a2
8215c818
2 parents
3cccd168
85c4023c
Merge branch 'patch-6' into 'master'
modify button See merge request
!10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
project/index.html
project/index.html
View file @
8215c81
...
...
@@ -103,7 +103,8 @@
</div></div>
</div>
<a
href=
"#result"
class=
"button2 text-center tm-down-arrow-link"
>
<i
class=
"fas fa-3x fa-caret-down tm-down-arrow"
>
계산해보기
</i>
<button
style=
"color:black"
class=
"fas fa-3x fa-caret-down tm-down-arrow"
type=
"button"
onclick=
"semester();return false;"
>
계산하기
</button>
</a>
</div>
</section>
...
...
Please
register
or
login
to post a comment