Update index.html
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
print("hello world")
|
<p id="output"></p>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.getElementById("output").textContent = "hello world";
|
||||||
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user