Skip to content

Commit

Permalink
Fix missing tags in HTML example files #177
Browse files Browse the repository at this point in the history
  • Loading branch information
TasneemNatshah committed Dec 28, 2024
1 parent 153a944 commit 8ce9ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/test--when-i-wait-max-of-time.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Waiting Max number of Time</h1>

<div class="container">
<b><div id="result" class="style">Waiting . . .</div></b>

</div>
</body>

<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/test--when-i-wait-specific-time.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Waiting a Specific number of Time</h1>

<div class="container">
<b><div id="result" class="style">Waiting . . .</div></b>

</div>
</body>

<script>
Expand Down

0 comments on commit 8ce9ab4

Please sign in to comment.