generator-backed
Version:
The official Backed app/element yeoman generator
32 lines (26 loc) • 939 B
HTML
<html>
<head>
<meta charset="utf-8">
<title><%= name %></title>
<meta name="description" content="<%= name %>">
<!-- Mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Chrome / Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="black">
<link rel="icon" href="icon.png">
<!-- Safari / iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon.png">
<!-- Backed -->
<link rel="import" href="node_modules/backed/backed.html">
</head>
<body>
<<%= name %>>
<% if (boilerplates) { %><hello-hello></hello-hello><% } %>
</<%= name %>>
<script src="<%= name %>.js"></script>
</body>
</html>