Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhiupman568 committed Jun 12, 2024
2 parents d8a6775 + 78ee52c commit 744b961
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INDEX.HTML → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Tip Calculator-BY NIDHI UPMAN</title>
<link rel="stylesheet" href="style.css">
<script src="app.js"></script>
<script src="script.js"></script>
</head>
<body>
<div>
Expand Down Expand Up @@ -37,4 +37,4 @@ <h1>Tip Calculator-BY NIDHI UPMAN</h1>
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion APP.JS → script.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ function calculateTip() {
function resetValues () {
document.querySelector('#tipamount').innerText = 0;
document.querySelector('#totalamount').innerText = 0;
}
}
2 changes: 1 addition & 1 deletion STYLE.CSS → style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ button {

span {
font-size: 30px;
}
}

0 comments on commit 744b961

Please sign in to comment.