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 761df85 commit 9750476Copy full SHA for 9750476
index.html
@@ -12,6 +12,8 @@ <h1>Rate Our Service</h1>
12
<span class="star" data="4" onclick="changeRating(4)">★</span>
13
<span class="star" data="5" onclick="changeRating(5)">★</span>
14
</div>
15
+ <button type="sumbit" id="submit-button">Submit Rating</button>
16
+ <div id="rating-output"></div>
17
<script src="main.js"></script>
18
</body>
19
</html>
0 commit comments