index
:
Self-learning
master
All the stuff I do, while I teach myself code and stuff
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Javascript
/
FileRead
/
script.js
blob: 934b00ac210abb0ec60f89626feed766184b5b30 (
plain
) (
blame
)
1
2
3
const
content
=
document
.
getElementById
(
'content'
);
content
.
innerHTML
=
stuff
.
html
;