index.html (6 lines of code) (raw):

<!doctype html> <html lang="en"> <body> <!-- index.js is part of webpack output --> <script src="index.js"></script> </body> </html>