UNPKG

@fitch-digital/fitch-create-app

Version:

Boilerplate templates for FITCH projects

18 lines (17 loc) 531 B
<!DOCTYPE html> <html lang="en"> <head> <title>--TITLE--</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <link rel="icon" icon="image/x-icon" href="favicon.ico" /> </head> <body> <div id="app"></div> </body> </html>