Skip to content

Commit 1628430

Browse files
committed
Add <script> tag
1 parent a1e8b21 commit 1628430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ <h1>Sum of Digits Calculator</h1>
66
<input type="number" id="numberInput">
77
<button onclick="calculateSumOfDigits()">Calculate</button>
88
Sum of Digits: <p id="result"></p>
9+
<script src="app.js"></script>
910
</body>

0 commit comments

Comments
 (0)