mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
5 lines
91 B
HTML
5 lines
91 B
HTML
|
<script>
|
||
|
(function() {
|
||
|
console.log("hello from loose2.html")
|
||
|
})()
|
||
|
</script>
|