1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 08:34:59 +00:00
serenity/Tests/LibWeb/Text/input/basic.html

7 lines
137 B
HTML

<script src="include.js"></script>
<script>
test(() => {
println("Well hello")
println("friends!")
});
</script>