This website requires JavaScript.
Explore
Help
Sign In
TouchInstinct
/
html-webpack-plugin
Watch
301
Star
0
Fork
You've already forked html-webpack-plugin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6f15d185da
html-webpack-plugin
/
examples
/
sort-manually
/
b.js
4 lines
91 B
JavaScript
Raw
Blame
History
var
h1
=
document
.
createElement
(
'h1'
)
;
h1
.
innerHTML
=
'b!'
;
document
.
body
.
appendChild
(
h1
)
;
Reference in New Issue
View Git Blame
Copy Permalink