product-admin
Version:
EA admin screens
17 lines (14 loc) • 782 B
HTML
<html><head>
<title>Demo <admin-products-view></title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
<script src="./bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<link rel="import" href="element.html">
<link rel="import" href="./components/admin-products-view/admin-products-view.html" />
<link type="text/css" rel="stylesheet" href="styles/app.css" />
<link type="text/css" rel="stylesheet" href="styles/pxh-chrome.css" />
</head><body>
<bms-ui-error-handler></bms-ui-error-handler>
<admin-products-view></admin-products-view>
</body></html>