UNPKG

@fesjs/create-fes-app

Version:
17 lines (14 loc) 333 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> <%= title %> </title> <link rel="shortcut icon" type="image/x-icon" href="./logo.png"> </head> <body> <div id="<%= mountElementId %>"></div> </body> </html>