flutter_flutter/engine/web/tests/data/hello_world.html
2014-10-23 11:17:19 -07:00

4 lines
52 B
HTML

<script>
document.write("Hello, world.");
</script>