build/index.html (12 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>Welcome to Pluto</title> <link rel="shortcut icon" type="image/png" href="/static/favicon.png"> </head> <body > <div id="app"></div> <script src="/bundle.js" type="text/javascript"></script> </body> </html>