OLD | NEW |
| (Empty) |
1 <!doctype html> | |
2 <!-- | |
3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. | |
4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt | |
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | |
6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt | |
7 Code distributed by Google as part of the polymer project is also | |
8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt | |
9 --> | |
10 <html> | |
11 <head> | |
12 | |
13 <script src="../platform/platform.js"></script> | |
14 | |
15 <link rel="import" href="../core-doc-viewer/core-doc-viewer.html"> | |
16 | |
17 <style> | |
18 | |
19 body { | |
20 font-family: sans-serif; | |
21 margin: 0; | |
22 } | |
23 | |
24 core-doc-viewer { | |
25 height: 100vh; | |
26 } | |
27 | |
28 </style> | |
29 | |
30 </head> | |
31 <body unresolved> | |
32 | |
33 <core-doc-viewer sources='[ | |
34 "../core-ajax/core-ajax.html", | |
35 "../core-ajax/core-xhr.html", | |
36 "../core-animated-pages/core-animated-pages.html", | |
37 "../core-collapse/core-collapse.html", | |
38 "../core-component-page-dev/core-component-page.html", | |
39 "../core-doc-viewer/core-doc-viewer.html", | |
40 "../core-drawer-panel/core-drawer-panel.html", | |
41 "../core-field/core-field.html", | |
42 "../core-header-panel/core-header-panel.html", | |
43 "../core-scroll-header-panel/core-scroll-header-panel.html", | |
44 "../core-icon/core-icon.html", | |
45 "../core-icon-button/core-icon-button.html", | |
46 "../core-iconset/core-iconset.html", | |
47 "../core-iconset-svg/core-iconset-svg.html", | |
48 "../core-input/core-input.html", | |
49 "../core-item/core-item.html", | |
50 "../core-layout-trbl/core-layout-trbl.html", | |
51 "../core-list/core-list.html", | |
52 "../core-localstorage/core-localstorage.html", | |
53 "../core-media-query/core-media-query.html", | |
54 "../core-meta/core-meta.html", | |
55 "../core-menu/core-menu.html", | |
56 "../core-menu/core-submenu.html", | |
57 "../core-menu-button/core-menu-button.html", | |
58 "../core-overlay/core-overlay.html", | |
59 "../core-pages/core-pages.html", | |
60 "../core-range/core-range.html", | |
61 "../core-selection/core-selection.html", | |
62 "../core-selector/core-selector.html", | |
63 "../core-shared-lib/core-shared-lib.html", | |
64 "../core-style/core-style.html", | |
65 "../core-splitter/core-splitter.html", | |
66 "../core-toolbar/core-toolbar.html", | |
67 "../core-tooltip/core-tooltip.html" | |
68 ]'></core-doc-viewer> | |
69 | |
70 </body> | |
71 </html> | |
OLD | NEW |