template.ejs 338 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0" />
  6. <title><%=htmlWebpackPlugin.options.title%></title>
  7. </head>
  8. <body>
  9. <noscript>You need to enable JavaScript to run this app.</noscript>
  10. <div id="root"></div>
  11. </body>
  12. </html>