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