<!DOCTYPE html><html><head><title>Hello World</title><scripttype="text/javascript">
;(functionsomeCode() {
console.log("I'm some code to be inserted inline");
})()
</script><scripttype="text/javascript"src="/js/script.js"></script></head><body></body></html>