forked from unbug/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage_elements.html
More file actions
25 lines (18 loc) · 944 Bytes
/
homepage_elements.html
File metadata and controls
25 lines (18 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!--
NOTE: This file should not be included/used directly.
homepage_elements.vulcanized.html is included in head.html as a single HTML Import
of common elements for the homepage.
Before building and/or deploying the docs, run Vulcanize on this file with the
following command:
vulcanize elements/homepage_elements.html -o elements/homepage_elements.vulcanized.html
-->
<link rel="import" href="../elements/scroll-area.html">
<link rel="import" href="../elements/site-banner.html">
<link rel="import" href="../elements/app-bar.html">
<link rel="import" href="../elements/dropdown-panel.html">
<!-- homepage -->
<link rel="import" href="../elements/learn-tabs.html">
<link rel="import" href="../elements/feature-carousel.html">
<link rel="import" href="../components/paper-button/paper-button.html">
<link rel="import" href="../components/core-icons/core-icons.html">
<link rel="import" href="../components/core-icons/social-icons.html">