5 lines
91 B
HTML
5 lines
91 B
HTML
<script>
|
|
(function() {
|
|
console.log("hello from loose1.html")
|
|
})()
|
|
</script> |