15 lines
326 B
HTML
15 lines
326 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8 />
|
|
<title>Y Example</title>
|
|
<script src="../../../webcomponentsjs/webcomponents.min.js"></script>
|
|
<link rel="import" href="../../../polymer/polymer.html">
|
|
|
|
<link rel="import" href="y-test.html">
|
|
</head>
|
|
<body>
|
|
<y-test></y-test>
|
|
</body>
|
|
</html>
|