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