mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
9 lines
212 B
HTML
9 lines
212 B
HTML
<element name="x-zim" extends="x-zot">
|
|
<link rel="stylesheet" href="host.css">
|
|
<template>
|
|
<shadow></shadow>
|
|
<div>padding: 20px</div>
|
|
</template>
|
|
<script>Polymer.register(this)</script>
|
|
</element>
|