This commit is contained in:
mileswa1q2
2023-11-28 15:25:10 +00:00
committed by GitHub
parent 1691fe7d10
commit a52b112ceb
+2 -2
View File
@@ -1,3 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
@@ -7,8 +8,7 @@
<body> <body>
<py-script output="out"> <py-script output="out">
print(no) print("Hello world")
</py-script> </py-script>
<div id="out"></div> <div id="out"></div>