16 lines
412 B
HTML
16 lines
412 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
|
|
<script src="../platform/platform.js"></script>
|
|
<link rel="import" href="../polymer/polymer.html">
|
|
<link rel="import" href="../core-component-page/core-component-page.html">
|
|
|
|
</head>
|
|
<body unresolved>
|
|
|
|
<core-component-page></core-component-page>
|
|
|
|
</body>
|
|
</html>
|