UNPKG

frontend-bootstrap-cli

Version:

Quickly bootstrap your frontend boilerplate library

16 lines (15 loc) 478 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title><% preact.title %></title> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="apple-touch-icon" href="<%= htmlWebpackPlugin.files.publicPath %>assets/icons/apple-touch-icon.png"> <% preact.headEnd %> </head> <body> <% preact.bodyEnd %> </body> </html>