Loading page ...
import js from js import document def main(): msg = document.getElementById("msg") msg.innerHTML = 'Hello world!' main()