Skip to content

Commit 7c8c81c

Browse files
authored
Closed the body tag in Example Html
1 parent 5eeb4e3 commit 7c8c81c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GETTING-STARTED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pi = wallis(100000)
6767
s = f"π is approximately {pi:.3f}"
6868
print(s)
6969
</py-script>
70+
</body>
7071
</html>
7172
```
7273

0 commit comments

Comments
 (0)