We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1f527 commit 3905632Copy full SHA for 3905632
index.html
@@ -18,6 +18,7 @@ <h1>Tip Calculator</h1>
18
<!--button to calculate total amount--><button id="calculate">
19
Calculate Tip Amount
20
</button>
21
+ <!--output text-->
22
<div id="output"></div>
23
<script src="main.js"></script>
24
</body>
0 commit comments