UNPKG

generator-indysoft-web-core

Version:

Yeoman generator for IndySoft WEB Core

22 lines 676 B
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta $(ThemeColor)> <noscript>Your browser does not support JavaScript!</noscript> <link rel="icon" sizes="192x192" href="iconresmid.png"> <link rel="apple-touch-icon" href="iconresmid.png"> <meta $(Manifest)> <title>IndySoft Web Project</title> <script type="text/javascript" src="$(ProjectName).js"></script> <style> </style> </head> <body> <meta $(BodyParameters)> </body> <script type="text/javascript"> rtl.run(); </script> </html>