mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-13 22:52:52 +00:00
7 lines
137 B
HTML
7 lines
137 B
HTML
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println("Well hello")
|
|
println("friends!")
|
|
});
|
|
</script>
|