Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit dc750a3

Browse files
committed
iron-doc-viewer -> iron-component-page
1 parent cc43176 commit dc750a3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@
1111
<html>
1212
<head>
1313

14-
<meta charset="utf-8">
15-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
16-
1714
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
18-
<link rel="import" href="../iron-doc-viewer/iron-doc-viewer.html">
15+
<link rel="import" href="../iron-component-page/iron-component-page.html">
1916

2017
</head>
2118
<body>
2219

23-
<iron-doc-viewer></iron-doc-viewer>
20+
<iron-component-page></iron-component-page>
2421

2522
</body>
2623
</html>

0 commit comments

Comments
 (0)