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