Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
31b677fa92d0b87ce2091916f458540b9e4216fa
/
.
/
internal
/
pkg_web
/
test2
/
script.js
blob: e2881b8f1ae8d1c08960c148659401ab026592b9 [
file
] [
log
] [
blame
]
const
el
=
document
.
createElement
(
'div'
);
el
.
innerText
=
'Hello, World'
;
document
.
body
.
appendChild
(
el
);