polymer-cli
Version:
A commandline tool for Polymer projects
17 lines (13 loc) • 458 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title><%= name %></title>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../iron-component-page/iron-component-page.html">
</head>
<body>
<iron-component-page src="<%= name %>.html"></iron-component-page>
</body>
</html>